Skip to content

Commit 78bc706

Browse files
authored
Merge pull request #140 from aspark21/patch-1
Unpin Selenium version for Firefox
2 parents 69d20a9 + bf6e503 commit 78bc706

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
@@ -38,7 +38,7 @@ class BehatCommand extends AbstractMoodleCommand
3838
*
3939
* @var string
4040
*/
41-
private $seleniumFirefoxImage = 'selenium/standalone-firefox:3.141.59';
41+
private $seleniumFirefoxImage = 'selenium/standalone-firefox:3';
4242

4343
/**
4444
* Selenium standalone Chrome image.

0 commit comments

Comments
 (0)