Fix Behat/MinkExtension#309 Firefox starts instead of Chrome

This commit is contained in:
Karl Fritsche
2017-11-28 17:41:23 +01:00
parent badc565b7a
commit 4b6d5f1ea5

View File

@@ -98,7 +98,7 @@ class Selenium2Factory implements DriverFactory
->scalarNode('platform')->end() ->scalarNode('platform')->end()
->scalarNode('browserVersion')->end() ->scalarNode('browserVersion')->end()
->scalarNode('browser')->defaultValue('firefox')->end() ->scalarNode('browser')->defaultValue('firefox')->end()
->booleanNode('marionette')->defaultFalse()->end() ->booleanNode('marionette')->defaultNull()->end()
->booleanNode('ignoreZoomSetting')->defaultFalse()->end() ->booleanNode('ignoreZoomSetting')->defaultFalse()->end()
->scalarNode('name')->defaultValue('Behat feature suite')->end() ->scalarNode('name')->defaultValue('Behat feature suite')->end()
->scalarNode('deviceOrientation')->end() ->scalarNode('deviceOrientation')->end()