File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ if [[ -z "$no_screens" ]]; then
335335 export TKL_SCREENSHOT_PATH=$BT_PRODUCTS /$appname /build/screens
336336 mkdir -p " $TKL_SCREENSHOT_PATH "
337337 SELENIUM_CONT=docker.io/selenium/standalone-chrome
338- SELENIUM_TAG=4.7.2-20221219
338+ SELENIUM_TAG=4.18.1-20240224
339339
340340 info " Starting selenium container"
341341 unset add_hosts
@@ -347,7 +347,7 @@ if [[ -z "$no_screens" ]]; then
347347 # check if selenium container already exists
348348 existing_instance=$( podman ps -a --format " {{.ID}}:{{.Image}}" \
349349 | grep " $SELENIUM_CONT :$SELENIUM_TAG " || [[ $? == 1 ]])
350- if [[ $( wc -l <<< " existing_instance" ) -gt 1 ]]; then
350+ if [[ $( wc -l <<< " $ existing_instance" ) -gt 1 ]]; then
351351 fatal " More than one selenium instance found"
352352 fi
353353 existing_id=$( sed -En " s|(^[a-f0-9]+):.*|\1|p" <<< " $existing_instance" )
You can’t perform that action at this time.
0 commit comments