From 716a34c14d5bbb29c24889ed7734f01a2fac31a2 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 16 Nov 2023 17:40:16 -0800 Subject: [PATCH] runtests.sh: bump Selenium from 4.6 to 4.15 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 --- tests/runtests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/runtests.sh b/tests/runtests.sh index bd2d518..53d7b52 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -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 @@ -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