This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff 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
435435ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
436436ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
Original file line number Diff line number Diff line change @@ -14,21 +14,10 @@ export TESTING_MAKE="true" \
1414if [ " ${CI} " = " true" ]; then
1515 make setup compose chrome=2 firefox=1
1616else
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
3221fi
3322
3423make wait
5847fi
5948
6049if [ " ${GIT_TAG_OR_BRANCH} " != " " ]; then
61- # rm -rf tmp_make
6250 mkdir -p tmp_make
6351 cd tmp_make
6452 ln -s ../Makefile || true
You can’t perform that action at this time.
0 commit comments