Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #311 from attrib/master
Browse files Browse the repository at this point in the history
Fix #309 Firefox starts instead of Chrome
  • Loading branch information
stof authored Feb 6, 2018
2 parents badc565 + 4b6d5f1 commit 80f7849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected function getCapabilitiesNode()
->scalarNode('platform')->end()
->scalarNode('browserVersion')->end()
->scalarNode('browser')->defaultValue('firefox')->end()
->booleanNode('marionette')->defaultFalse()->end()
->booleanNode('marionette')->defaultNull()->end()
->booleanNode('ignoreZoomSetting')->defaultFalse()->end()
->scalarNode('name')->defaultValue('Behat feature suite')->end()
->scalarNode('deviceOrientation')->end()
Expand Down

0 comments on commit 80f7849

Please sign in to comment.