Add tests for password changing

This commit is contained in:
Dane Everitt
2018-07-15 11:44:18 -07:00
parent 6e9123af19
commit be2c76c24a
6 changed files with 32 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ abstract class BasePage extends Page
{
return [
'@@success' => '.alert.success[role="alert"]',
'@@error' => '.alert.error[role="alert"]',
];
}
}