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.
2 parents aef4681 + d167e0d commit 2ba09f2Copy full SHA for 2ba09f2
src/JoomlaBrowser.php
@@ -123,6 +123,7 @@ public function doFrontendLogout()
123
$I->amOnPage('/index.php?option=com_users&view=login');
124
$this->debug('I click Logout button');
125
$I->click(['xpath' => "//div[@class='logout']//button[contains(text(), 'Log out')]"]);
126
+ $I->amOnPage('/index.php?option=com_users&view=login');
127
$this->debug('I wait to see Login form');
128
$I->waitForElement(['xpath' => "//div[@class='login']//button[contains(text(), 'Log in')]"], 30);
129
$I->seeElement(['xpath' => "//div[@class='login']//button[contains(text(), 'Log in')]"]);
0 commit comments