From 0301c39cf0fa899674e22a15d2a5fe301d109cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=99=9F=E6=99=94?= <759539128@qq.com> Date: Sat, 18 May 2024 09:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app/test/test=5Fbug551=5FD?= =?UTF-8?q?ingZeYu.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/test/test_bug551_DingZeYu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_bug551_DingZeYu.py b/app/test/test_bug551_DingZeYu.py index 8fed439..42df637 100644 --- a/app/test/test_bug551_DingZeYu.py +++ b/app/test/test_bug551_DingZeYu.py @@ -13,7 +13,7 @@ def test_bug551(): driver.maximize_window() driver.get("http://127.0.0.1:5000/") - username, password = signup(URL, driver) + username, password = signup("http://127.0.0.1:5000/", driver) article = driver.find_element(By.ID, 'article') actions = ActionChains(driver)