We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6226b0 commit baa18b7Copy full SHA for baa18b7
tests/unit/Codeception/Module/TestsForWeb.php
@@ -1293,6 +1293,9 @@ public function testLinkWithDocRelativeURLFromDefaultPage()
1293
*/
1294
public function testSubmitFormWithDefaultRadioAndCheckboxValues()
1295
{
1296
+ if ($this->module->_getConfig('browser') == 'firefox') {
1297
+ $this->markTestSkipped('does not work for firefox');
1298
+ }
1299
$this->module->amOnPage('/form/example16');
1300
$this->module->submitForm('form', array(
1301
'test' => 'value'
0 commit comments