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 25b4455 commit d167e0dCopy full SHA for d167e0d
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