diff --git a/test/selenium/PmaSeleniumCreateRemoveUserTest.php b/test/selenium/PmaSeleniumCreateRemoveUserTest.php index 2641c673010a..f13be74c4f6d 100644 --- a/test/selenium/PmaSeleniumCreateRemoveUserTest.php +++ b/test/selenium/PmaSeleniumCreateRemoveUserTest.php @@ -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 . "localhost";