Skip to content

Commit

Permalink
Add some wait time to the Procedure result check
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Feb 17, 2021
1 parent cf608f8 commit 08cf4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/selenium/Database/ProceduresTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ private function executeProcedure(string $text, int $length): void
'cssSelector',
'span#PMA_slidingMessage table tbody'
);
$this->waitUntilElementIsVisible('cssSelector', 'span#PMA_slidingMessage', 30);
$head = $this->byCssSelector('span#PMA_slidingMessage table tbody')->getText();
$this->assertEquals("outp\n" . $length, $head);
}
Expand Down

0 comments on commit 08cf4ae

Please sign in to comment.