Skip to content

Commit

Permalink
Fix Behat#309 Firefox starts instead of Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
attrib committed Nov 28, 2017
1 parent badc565 commit 4b6d5f1
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 4b6d5f1

Please sign in to comment.