Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8090c7f

Browse files
committedAug 30, 2023
Switch to Selenium 4 images
These are now passing with all of our tests. Fixes #71
1 parent c784fd9 commit 8090c7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎runner/master/run.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,10 @@ export PLUGINSTOINSTALL="${PLUGINSTOINSTALL:-}"
3434
export PLUGINSDIR="${PLUGINSDIR:-${WORKSPACE}/plugins}"
3535

3636
# Select image versions for Firefox and Chrome
37-
SELVERSION="${SELVERSION:-3.141.59}"
37+
SELVERSION="${SELVERSION:-4}"
3838
SELCHROMEIMAGE="${SELIMAGE:-selenium/standalone-chrome:${SELVERSION}}"
3939
SELFIREFOXIMAGE="${SELIMAGE:-selenium/standalone-firefox:${SELVERSION}}"
4040

41-
# Temporarily switching to custom image to include our bugfix for zero size failures.
42-
SELCHROMEIMAGE="${SELIMAGE:-moodlehq/selenium-standalone-chrome:96.0-moodlehq}"
43-
4441
mkdir -p "${PLUGINSDIR}"
4542
if [ -n "$PLUGINSTOINSTALL" ];
4643
then

0 commit comments

Comments
 (0)
Please sign in to comment.