Add tests for password changing

This commit is contained in:
Dane Everitt 2018-07-15 11:44:18 -07:00
parent 6e9123af19
commit be2c76c24a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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"]',
];
}
}