Skip to content

Commit d0a5965

Browse files
authored
Merge pull request #130 from stronk7/unstick-selenium-chrom
Revert "Pin Selenium to known working version."
2 parents e7fca18 + 2c3ff4e commit d0a5965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/BehatCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class BehatCommand extends AbstractMoodleCommand
4545
*
4646
* @var string
4747
*/
48-
private $seleniumChromeImage = 'selenium/standalone-chrome:3.141.59-20210713';
48+
private $seleniumChromeImage = 'selenium/standalone-chrome:3';
4949

5050
/**
5151
* Wait this many microseconds for Selenium server to start/stop.

0 commit comments

Comments
 (0)