Skip to content

Commit 6dba611

Browse files
committed
Remove a sleep call from Database\ProceduresTest
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 38d8040 commit 6dba611

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/selenium/Database/ProceduresTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ function () use (&$sqlMode): void {
6262
$fullTextSelector = '//label[contains(., "Full texts")]';
6363
$this->assertTrue($this->isElementPresent('xpath', $optionsSelector));
6464
$this->byXPath($optionsSelector)->click();
65-
$this->waitForElement('xpath', $fullTextSelector);
66-
sleep(2);// Wait for the animation to display the box
65+
$this->waitForElement('cssSelector', '#extraOptions.show');
6766
$this->byXPath($fullTextSelector)->click();
6867
$this->byCssSelector('.collapse .tblFooters input[type=submit]')->click();
6968
$this->waitAjax();

0 commit comments

Comments
 (0)