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 2b95ae9 commit a846503Copy full SHA for a846503
src/Locators/Locators.php
@@ -48,7 +48,7 @@ class Locators
48
* @var array
49
* @since 3.7.4.2
50
*/
51
- public $frontEndLogoutButton = ['xpath' => "//div[@class='logout']//button[contains(text(), 'Log out')]"];
+ public $frontEndLogoutButton = ['xpath' => "//div[@class='logout-button']//input[@value='Log out']"];
52
53
/**
54
* Locator for the Login Button
0 commit comments