Skip to content

Commit bf6e503

Browse files
authored
Unpin Selenium version for Firefox
1 parent 69d20a9 commit bf6e503

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)