Skip to content

Commit 4293a2b

Browse files
committed
temp change hub url to localhost.
1 parent bcd8b66 commit 4293a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/integration_tests/selenium_generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def setup_method(self, method):
7575
# selenium hub
7676
print("===== use grid =====")
7777
self.driver = webdriver.Remote(
78-
command_executor='http://chrome:4444/wd/hub', options=opt)
78+
command_executor='http://localhost:4444/wd/hub', options=opt)
7979
else:
8080
print("===== use local driver =====")
8181
opt.add_argument("--window-size=1920,1080")

0 commit comments

Comments
 (0)