Skip to content

Commit a477f10

Browse files
authored
Merge pull request #224 from laoneo/patch-1
Adapt locator for Joomla 4.0.6
2 parents 5584e66 + 65f1f1f commit a477f10

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
@@ -57,7 +57,7 @@ class Locators
5757
* @var array
5858
* @since 3.7.4.2
5959
*/
60-
public $frontEndLogoutButton = ['xpath' => "//div[contains(@class, 'logout-button')]//input[@value='Log out']"];
60+
public $frontEndLogoutButton = ['xpath' => "//div[contains(@class, 'logout-button')]//button[contains(text(), 'Log out')]"];
6161

6262
/**
6363
* Locator for the Login Button

0 commit comments

Comments
 (0)