Skip to content

Commit 948c74f

Browse files
committed
Pin Selenium to known working version.
Temporarily avoid issues with later release, fixes #121.
1 parent 35c24ac commit 948c74f

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';
48+
private $seleniumChromeImage = 'selenium/standalone-chrome:3.141.59-20210713';
4949

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

0 commit comments

Comments
 (0)