We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec65295 commit 5809b11Copy full SHA for 5809b11
src/Locators/Locators.php
@@ -47,7 +47,9 @@ class Locators
47
* @var array
48
* @since 3.7.4.2
49
*/
50
- public $frontEndLoginSuccess = ['xpath' => "//form[@class='mod-login-logout form-vertical']/div[@class='mod-login-logout__button logout-button']"];
+ public $frontEndLoginSuccess = [
51
+ 'xpath' => "//form[@class='mod-login-logout form-vertical']/div[@class='mod-login-logout__button logout-button']"
52
+ ];
53
54
/**
55
* Locator for the Logout Button
0 commit comments