From 53770cf934f32edb8a9b3ba85338e2e6a8c884dd Mon Sep 17 00:00:00 2001 From: Raghuram Date: Fri, 24 Mar 2017 01:03:37 +0530 Subject: [PATCH] Go button not clicked due to not being in view Signed-off-by: Raghuram Vadapalli --- test/selenium/PmaSeleniumCreateRemoveUserTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/selenium/PmaSeleniumCreateRemoveUserTest.php b/test/selenium/PmaSeleniumCreateRemoveUserTest.php index 04df90f53e..157143ce13 100644 --- a/test/selenium/PmaSeleniumCreateRemoveUserTest.php +++ b/test/selenium/PmaSeleniumCreateRemoveUserTest.php @@ -91,6 +91,7 @@ class PMA_SeleniumCreateRemoveUserTest extends PMA_SeleniumBase $this->scrollIntoView('addUsersForm_checkall'); $this->byId("addUsersForm_checkall")->click(); + $this->scrollIntoView('adduser_submit'); $this->waitForElement('byId', "adduser_submit")->click(); $success = $this->waitForElement("byCssSelector", "div.success");