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-10 14:59:23 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-06-10 14:59:23 +0300
commit61ff981426295c90b38a59777eaf88c007b02e7e (patch)
treea4157ece7d667b0441c6e06a5cf56a4ef0e64f7f /test/selenium
parentc3160b88924d32892b7d332421903779a64080d7 (diff)
Improve selenium StructureTest::testChangeColumn
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 c925bdc37a..91619c2729 100644
--- a/test/selenium/Table/StructureTest.php
+++ b/test/selenium/Table/StructureTest.php
@@ -95,7 +95,7 @@ class StructureTest extends TestBase
)->click();
$this->waitAjax();
- $this->waitForElement('className', 'append_fields_form');
+ $this->waitUntilElementIsPresent('className', 'append_fields_form', 30);
$this->assertEquals('val', $this->byId('field_0_1')->getAttribute('value'));
$this->byId('field_0_1')->clear();