Add tests for password changing
This commit is contained in:
parent
6e9123af19
commit
be2c76c24a
6 changed files with 32 additions and 10 deletions
|
@ -13,6 +13,7 @@ abstract class BasePage extends Page
|
|||
{
|
||||
return [
|
||||
'@@success' => '.alert.success[role="alert"]',
|
||||
'@@error' => '.alert.error[role="alert"]',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue