From 3ce1acfba3f57f0e0f3e02dd4145f7bbe4ad3a3f Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Fri, 5 Feb 2021 00:01:00 +0800 Subject: app/test/test_signup.py: remove the 'problematic' lines. --- app/test/test_signup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'app') diff --git a/app/test/test_signup.py b/app/test/test_signup.py index 1be42c2..a642b44 100644 --- a/app/test/test_signup.py +++ b/app/test/test_signup.py @@ -32,6 +32,3 @@ def test_signup(): assert uname in driver.page_source - driver.get(HOME_PAGE + uname) - print(driver.title) - assert 'English Study Room' in driver.page_source -- cgit v1.2.1