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 e744da6 + 6371e14 commit 14f1813Copy full SHA for 14f1813
src/JoomlaBrowser.php
@@ -63,7 +63,7 @@ public function doFrontEndLogin()
63
$this->debug('I click Login button');
64
$I->click(['xpath' => "//div[@class='login']/form/fieldset/div[4]/div/button"]);
65
$this->debug('I wait to see Frontend Member Profile Form');
66
- $I->waitForElement(['xpath' => "//form[@id='member-profile']"], 10);
+ $I->waitForElement(['xpath' => "//input[@value='Log out']"], 10);
67
}
68
69
/**
0 commit comments