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

Commit 4b6d5f1

Browse files
committed
Fix #309 Firefox starts instead of Chrome
1 parent badc565 commit 4b6d5f1

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)