Skip to content

Commit 6371e14

Browse files
committed
Updating Frontend Login Validation Element
1 parent 664e327 commit 6371e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function doFrontEndLogin()
6363
$this->debug('I click Login button');
6464
$I->click(['xpath' => "//div[@class='login']/form/fieldset/div[4]/div/button"]);
6565
$this->debug('I wait to see Frontend Member Profile Form');
66-
$I->waitForElement(['xpath' => "//form[@id='member-profile']"], 10);
66+
$I->waitForElement(['xpath' => "//input[@value='Log out']"], 10);
6767
}
6868

6969
/**

0 commit comments

Comments
 (0)