Skip alert testing for Safari, not supported there
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
761ec6bcd0
commit
abe0f08cec
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user