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

Commit 80f7849

Browse files
authored
Merge pull request #311 from attrib/master
Fix #309 Firefox starts instead of Chrome
2 parents badc565 + 4b6d5f1 commit 80f7849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected function getCapabilitiesNode()
9898
->scalarNode('platform')->end()
9999
->scalarNode('browserVersion')->end()
100100
->scalarNode('browser')->defaultValue('firefox')->end()
101-
->booleanNode('marionette')->defaultFalse()->end()
101+
->booleanNode('marionette')->defaultNull()->end()
102102
->booleanNode('ignoreZoomSetting')->defaultFalse()->end()
103103
->scalarNode('name')->defaultValue('Behat feature suite')->end()
104104
->scalarNode('deviceOrientation')->end()

0 commit comments

Comments
 (0)