Add a test that wont work due to auth issues currently
This commit is contained in:
parent
a44b4c4426
commit
aba1b297c8
3 changed files with 77 additions and 1 deletions
|
@ -11,6 +11,8 @@ abstract class BasePage extends Page
|
|||
*/
|
||||
public static function siteElements()
|
||||
{
|
||||
return [];
|
||||
return [
|
||||
'@@success' => '.alert.success[role="alert"]',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue