Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 1c69dac

Browse files
author
Leo Gallucci
committed
Upgrade Firefox major to 71.0
1 parent 64936ca commit 1c69dac

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ ENV FF_LANG="en-US" \
430430
FF_INNER_PATH="firefox/releases"
431431

432432
#--- For Selenium 3
433-
ARG FF_VER="70.0.1"
433+
ARG FF_VER="71.0"
434434

435435
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
436436
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"

test/script_scenario_make

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,10 @@ export TESTING_MAKE="true" \
1414
if [ "${CI}" = "true" ]; then
1515
make setup compose chrome=2 firefox=1
1616
else
17-
# My local laptop has more power so hit it harder
18-
if [ "$(uname)" = 'Darwin' ]; then
19-
# Increase by 1 in OSX
20-
make setup compose chrome=2 firefox=1
21-
make scale chrome=2 firefox=2
22-
make scale chrome=3 firefox=2
23-
else
24-
make setup compose chrome=3 firefox=2
25-
fi
17+
make setup compose chrome=2 firefox=1
18+
make scale chrome=2 firefox=2
2619
# also has a real display so we can "see"
2720
make see browser=chrome node=1
28-
# DISP="$(docker exec grid_chrome_1 cat DISPLAY)"
29-
# CONT_HOSTNAME=$(docker exec grid_chrome_1 hostname)
30-
# WIN_TITLE="${CONT_HOSTNAME}${DISP} - VNC Viewer"
31-
# import -screen -window "${WIN_TITLE}" images/vnc_screenshot.png
3221
fi
3322

3423
make wait
@@ -58,7 +47,6 @@ else
5847
fi
5948

6049
if [ "${GIT_TAG_OR_BRANCH}" != "" ]; then
61-
# rm -rf tmp_make
6250
mkdir -p tmp_make
6351
cd tmp_make
6452
ln -s ../Makefile || true

0 commit comments

Comments
 (0)