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
path: root/test
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2021-02-19 03:13:41 +0300
committerWilliam Desportes <williamdes@wdes.fr>2021-02-19 03:13:50 +0300
commit7e42b5a7a32a1855ff452f2f74a12a0c7e217cf6 (patch)
tree9162280a01540d44e67deb4364be7634b2698595 /test
parent023984d9c670c19cbc1cfe54378f2e2e561dda13 (diff)
parentd71aa7682bce6fb804eb3b00d7be80767eeb2566 (diff)
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test')
-rw-r--r--test/selenium/Database/ProceduresTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/selenium/Database/ProceduresTest.php b/test/selenium/Database/ProceduresTest.php
index 0bd37a447e..c575d596ef 100644
--- a/test/selenium/Database/ProceduresTest.php
+++ b/test/selenium/Database/ProceduresTest.php
@@ -256,6 +256,7 @@ class ProceduresTest extends TestBase
'span#PMA_slidingMessage table tbody'
);
$this->waitUntilElementIsVisible('cssSelector', 'span#PMA_slidingMessage', 30);
+ sleep(2);// Give more chances to the JS effect to finish
$head = $this->byCssSelector('span#PMA_slidingMessage table tbody')->getText();
$this->assertEquals("outp\n" . $length, $head);
}