Need to skip the test explicitely before alert is open

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-03-19 14:34:14 +01:00
parent 5fc548191f
commit acb18deb82

View File

@ -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");