Add a test that wont work due to auth issues currently

This commit is contained in:
Dane Everitt 2018-07-14 22:11:56 -07:00
parent a44b4c4426
commit aba1b297c8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 77 additions and 1 deletions

View file

@ -11,6 +11,8 @@ abstract class BasePage extends Page
*/
public static function siteElements()
{
return [];
return [
'@@success' => '.alert.success[role="alert"]',
];
}
}