Skip alert testing for Safari, not supported there

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-03-19 13:45:16 +01:00
parent 761ec6bcd0
commit abe0f08cec

View File

@ -26,6 +26,9 @@ class PMA_SeleniumXSSTest extends PMA_SeleniumBase
*/
public function testQueryTabWithNullValue()
{
if (strtolower($this->getBrowser()) == 'safari') {
$this->markTestSkipped('Can not test alerts in Safari browser.');
}
$this->login();
$this->waitForElement('byLinkText', "SQL")->click();
$this->waitForElement("byId", "queryboxf");