update test filename

This commit is contained in:
Andrew Dolgov
2023-10-22 11:19:56 +03:00
parent 487635ca28
commit 382d01e8db
2 changed files with 2 additions and 4 deletions

View File

@@ -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
)