We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d8040 commit 6dba611Copy full SHA for 6dba611
1 file changed
test/selenium/Database/ProceduresTest.php
@@ -62,8 +62,7 @@ function () use (&$sqlMode): void {
62
$fullTextSelector = '//label[contains(., "Full texts")]';
63
$this->assertTrue($this->isElementPresent('xpath', $optionsSelector));
64
$this->byXPath($optionsSelector)->click();
65
- $this->waitForElement('xpath', $fullTextSelector);
66
- sleep(2);// Wait for the animation to display the box
+ $this->waitForElement('cssSelector', '#extraOptions.show');
67
$this->byXPath($fullTextSelector)->click();
68
$this->byCssSelector('.collapse .tblFooters input[type=submit]')->click();
69
$this->waitAjax();
0 commit comments