Skip to content

Commit f344389

Browse files
authored
Merge pull request #149 from puneet0191/fixes-3-8-0
Joomla 3.8.0 Logout Button Xpath Locator Class update
2 parents 2b95ae9 + a846503 commit f344389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Locators/Locators.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Locators
4848
* @var array
4949
* @since 3.7.4.2
5050
*/
51-
public $frontEndLogoutButton = ['xpath' => "//div[@class='logout']//button[contains(text(), 'Log out')]"];
51+
public $frontEndLogoutButton = ['xpath' => "//div[@class='logout-button']//input[@value='Log out']"];
5252

5353
/**
5454
* Locator for the Login Button

0 commit comments

Comments
 (0)