Skip to content

Commit

Permalink
MDL-66979 behat: Correct selenium2 reference in config-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Jan 28, 2021
1 parent 991c8a9 commit 230896b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-dist.php
Expand Up @@ -898,7 +898,7 @@
// ),
// 'extensions' => array(
// 'Behat\MinkExtension' => array(
// 'selenium2' => array(
// 'webddriver' => array(
// 'browser' => 'firefox',
// 'capabilities' => array(
// 'platform' => 'OS X 10.6',
Expand All @@ -911,7 +911,7 @@
// 'Mac-Safari' => array(
// 'extensions' => array(
// 'Behat\MinkExtension' => array(
// 'selenium2' => array(
// 'webddriver' => array(
// 'browser' => 'safari',
// 'capabilities' => array(
// 'platform' => 'OS X 10.8',
Expand Down

0 comments on commit 230896b

Please sign in to comment.