summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/selenium/test.py (renamed from tests/selenium.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/selenium.py b/tests/selenium/test.py
index 3b101cd40..b1576cac1 100644
--- a/tests/selenium.py
+++ b/tests/selenium/test.py
@@ -5,7 +5,7 @@ from selenium import webdriver
options = webdriver.ChromeOptions()
driver = webdriver.Remote(
- command_executor='http://selenium-hub.selenium-grid.svc.cluster.local/wd/hub',
+ command_executor='http://selenium-hub.selenium-grid.svc.cluster.local:4444/wd/hub',
options=options
)