Add some wait time for the procedure result to show on Selenium tests
Ref: 08cf4aeb5e
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
147ada050f
commit
d71aa7682b
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user