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.
2 parents 86eea3a + bb0cccf commit cf4545bCopy full SHA for cf4545b
1 file changed
test/selenium/ServerSettingsTest.php
@@ -4,6 +4,8 @@
4
5
namespace PhpMyAdmin\Tests\Selenium;
6
7
+use function sleep;
8
+
9
/**
10
* @coversNothing
11
*/
@@ -126,12 +128,14 @@ public function testHideLogo(): void
126
128
$this->waitForElement('name', 'NavigationDisplayLogo')
127
129
->click();
130
$this->saveConfig();
131
+ sleep(1);
132
$this->assertFalse(
133
$this->isElementPresent('id', 'imgpmalogo')
134
);
135
136
$this->byCssSelector("a[href='#NavigationDisplayLogo']")->click();
137
138
139
$this->assertTrue(
140
141
0 commit comments