Skip to content

Commit

Permalink
Using Grid Beta 2 1d31b391b6 (#1232) [deploy][prerelease]
Browse files Browse the repository at this point in the history
* Using Grid Beta 2 1d31b391b6

* operablink -> opera
  • Loading branch information
diemol committed Mar 14, 2021
1 parent b3e5734 commit c9891a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Base/Dockerfile
Expand Up @@ -71,7 +71,7 @@ COPY supervisord.conf /etc
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
&& touch /opt/selenium/config.toml \
&& chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
&& wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/beta-jars/selenium-server-4.0.0-prerelease-beta-2-9c138bc189.jar \
&& wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/beta-jars/selenium-server-4.0.0-prerelease-beta-2-1d31b391b6.jar \
-O /opt/selenium/selenium-server.jar \
# && wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-beta-1/selenium-server-4.0.0-beta-1.jar \
# -O /opt/selenium/selenium-server.jar \
Expand Down
2 changes: 1 addition & 1 deletion tests/SeleniumTests/__init__.py
Expand Up @@ -95,7 +95,7 @@ def test_title_and_maximize_window(self):
class OperaTests(SeleniumGenericTests):
def setUp(self):
capabilities = DesiredCapabilities.CHROME
capabilities['browserName'] = 'operablink'
capabilities['browserName'] = 'opera'
self.driver = webdriver.Remote(
desired_capabilities=capabilities,
command_executor="http://%s:4444" % SELENIUM_GRID_HOST
Expand Down

0 comments on commit c9891a1

Please sign in to comment.