🔨 Fix e2e docker image (log output & crooked screencast) (#18646)

* 🔨 Fix e2e docker image (log output & crooked screencast)

Fixes #18602 and #18433

Signed-off-by: Radim Hopp <rhopp@redhat.com>
7.24.x
Radim Hopp 2020-12-17 23:48:43 +01:00 committed by GitHub
parent 0cb8684350
commit dd488baf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM selenium/standalone-chrome:86.0
FROM selenium/standalone-chrome:3.141.59-20201119
ENV DISPLAY=':20'

View File

@ -26,7 +26,7 @@ fi
# Launch display mode and VNC server
export DISPLAY=':20'
Xvfb :20 -screen 0 1920x1080x16 > /dev/null 2>&1 &
Xvfb :20 -screen 0 1920x1080x24 > /dev/null 2>&1 &
x11vnc -display :20 -N -forever > /dev/null 2>&1 &
echo ''
echo '#######################'