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:
authorWilliam Desportes <williamdes@wdes.fr>2020-06-11 14:47:56 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-06-11 14:50:15 +0300
commit8a92f08ccbf7949711a952a4cdfbb9e96684be00 (patch)
treee074cf02b3e059594fb63c239314d1242294c9e6 /test/selenium
parent540931cf1efda7ed2c18413a31e67a2f83aebf45 (diff)
Improve StructureTest::testAddColumn
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/selenium')
-rw-r--r--test/selenium/Table/StructureTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/selenium/Table/StructureTest.php b/test/selenium/Table/StructureTest.php
index 91619c2729..641e57478b 100644
--- a/test/selenium/Table/StructureTest.php
+++ b/test/selenium/Table/StructureTest.php
@@ -59,7 +59,7 @@ class StructureTest extends TestBase
)->click();
$this->waitAjax();
- $this->waitForElement('className', 'append_fields_form');
+ $this->waitUntilElementIsPresent('className', 'append_fields_form', 30);
$this->byId('field_0_1')->sendKeys('val3');
$this->byCssSelector("input[name='do_save_data']")->click();