From cbd3bd69a1a95898de9a5436d5cdf9a12cc95841 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 4 Feb 2021 23:16:56 +0800 Subject: app/test/test_signup.py: change remote address. --- app/test/test_signup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/test/test_signup.py') diff --git a/app/test/test_signup.py b/app/test/test_signup.py index 8f1d6e9..5ce8ab6 100644 --- a/app/test/test_signup.py +++ b/app/test/test_signup.py @@ -4,7 +4,7 @@ from selenium import webdriver import random, string -driver = webdriver.Remote("http://127.0.0.1:4444/wd/hub") +driver = webdriver.Remote("http://121.4.94.30:4444/wd/hub") HOME_PAGE = 'http://121.4.94.30:91/' -- cgit v1.2.1