Skip to content

Commit baa18b7

Browse files
committed
disabled test for firefox
1 parent a6226b0 commit baa18b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/Codeception/Module/TestsForWeb.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,9 @@ public function testLinkWithDocRelativeURLFromDefaultPage()
12931293
*/
12941294
public function testSubmitFormWithDefaultRadioAndCheckboxValues()
12951295
{
1296+
if ($this->module->_getConfig('browser') == 'firefox') {
1297+
$this->markTestSkipped('does not work for firefox');
1298+
}
12961299
$this->module->amOnPage('/form/example16');
12971300
$this->module->submitForm('form', array(
12981301
'test' => 'value'

0 commit comments

Comments
 (0)