Skip to content

Commit

Permalink
runtests.sh: bump Selenium from 4.6 to 4.15
Browse files Browse the repository at this point in the history
Now that the toaster test cases in bitbake are being updated,
sync with current version of Selenium (4.15.0 tag on hub.docker.com).

Minimum version is now 4.13.0 in:
https://git.openembedded.org/bitbake/tree/lib/toaster/tests/toaster-tests-requirements.txt?id=669b270b6839dbf8f2daaa20ad809b309957edfd#n1

Signed-off-by: Tim Orling <[email protected]>
  • Loading branch information
moto-timo committed Nov 17, 2023
1 parent d13379c commit 716a34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# SELENIUM_VERSION
# This is the version of selenium that will be used for the selenium
# container and the selenium modules installed in the virtualenv. The
# default is 3.141.0.
# default is 4.15.0.
#
# IMAGE
# This is the image to be used for toaster. It should be in the same format
Expand Down Expand Up @@ -153,7 +153,7 @@ fi
if [ "" != "$SELENIUM_VERSION" ]; then
selenium_version="$SELENIUM_VERSION"
else
selenium_version=4.6.0
selenium_version=4.15.0
fi

if [ "" != "$TOASTER_IP" ]; then
Expand Down

0 comments on commit 716a34c

Please sign in to comment.