Need to skip the test explicitely before alert is open
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
5fc548191f
commit
acb18deb82
@ -26,6 +26,9 @@ class PMA_SeleniumXSSTest extends PMA_SeleniumBase
|
||||
*/
|
||||
public function testQueryTabWithNullValue()
|
||||
{
|
||||
if (strtolower($this->getBrowser()) == 'safari') {
|
||||
$this->markTestSkipped('Alerts not supported on Safari browser.');
|
||||
}
|
||||
$this->login();
|
||||
$this->waitForElement('byLinkText', "SQL")->click();
|
||||
$this->waitForElement("byId", "queryboxf");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user