Skip to content

Commit

Permalink
Load users form before using it
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Apr 24, 2014
1 parent ef6d1af commit ac2829a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/selenium/PmaSeleniumCreateRemoveUserTest.php
Expand Up @@ -83,6 +83,7 @@ public function testCreateRemoveUser()
$success = $this->waitForElement("byCssSelector", "div.success");
$this->assertContains('You have added a new user', $success->text());

$this->waitForElement('byLinkText', "Users")->click();
$el = $this->waitForElement("byId", "usersForm");
$temp = $this->_txtUsername . "&amp;#27;localhost";

Expand Down

0 comments on commit ac2829a

Please sign in to comment.