Skip to content

Commit 2c3ff4e

Browse files
committed
Revert "Pin Selenium to known working version."
This reverts commit 948c74f. Fixes #123
1 parent e7fca18 commit 2c3ff4e

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)