Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/selenium/CreateRemoveUserTest.php')
-rw-r--r--test/selenium/CreateRemoveUserTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/selenium/CreateRemoveUserTest.php b/test/selenium/CreateRemoveUserTest.php
index 8162140386..333ee8b889 100644
--- a/test/selenium/CreateRemoveUserTest.php
+++ b/test/selenium/CreateRemoveUserTest.php
@@ -98,9 +98,7 @@ class CreateRemoveUserTest extends TestBase
$this->waitForElement('id', 'usersForm');
$temp = $this->txtUsername . 'localhost';
- $this->byXPath(
- "(//input[@name='selected_usr[]'])[@value='" . $temp . "']"
- )->click();
+ $this->byXPath("(//input[@name='selected_usr[]'])[@value='" . $temp . "']")->click();
$this->scrollIntoView('deleteUserCard');
$this->byId('dropUsersDbCheckbox')->click();