Skip to content

Commit

Permalink
disabled test for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Sep 2, 2021
1 parent a6226b0 commit baa18b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/Codeception/Module/TestsForWeb.php
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,9 @@ public function testLinkWithDocRelativeURLFromDefaultPage()
*/
public function testSubmitFormWithDefaultRadioAndCheckboxValues()
{
if ($this->module->_getConfig('browser') == 'firefox') {
$this->markTestSkipped('does not work for firefox');
}
$this->module->amOnPage('/form/example16');
$this->module->submitForm('form', array(
'test' => 'value'
Expand Down

0 comments on commit baa18b7

Please sign in to comment.