TT#17853 Use Selenium::Remote::Driver with further patches to address bugs/incompatibilities

This package update includes further patches to address Selenium
test failures with geckodriver/Firefox:

* move_to: 4d0b8e7255
* timeouts: 2c55f3dcb9

Change-Id: I587f32230ce7cc8d912e052a93fb7d31fd7c90c1
changes/06/14306/1
Michael Prokop 8 years ago
parent 05d3447310
commit 67f2e54be6

@ -36,8 +36,8 @@ RUN dpkg --force-depends -i /home/selenium/ngcp-panel-tests-selenium-build-deps_
RUN apt-get --assume-yes -f install
# the connection between firefox and our selenium tests
RUN wget https://deb.sipwise.com/files/libselenium-remote-driver-perl_1.20-0.1~bpo9+1sipwise1_all.deb
RUN dpkg --force-depends -i libselenium-remote-driver-perl_1.20-0.1~bpo9+1sipwise1_all.deb
RUN wget https://deb.sipwise.com/files/libselenium-remote-driver-perl_1.20-0.1~bpo9+1sipwise1.1_all.deb
RUN dpkg --force-depends -i libselenium-remote-driver-perl_1.20-0.1~bpo9+1sipwise1.1_all.deb
RUN apt-get --assume-yes -f install
RUN wget https://deb.sipwise.com/files/geckodriver-v0.17.0-linux64.tar.gz
RUN tar xvf geckodriver-v0.17.0-linux64.tar.gz

Loading…
Cancel
Save