diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-05 00:01:00 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-05 00:01:00 +0800 |
commit | 3ce1acfba3f57f0e0f3e02dd4145f7bbe4ad3a3f (patch) | |
tree | 59e29d97a82a64ff0d510987261448ad36d48a1b | |
parent | 9ef1388388501a5d27e33cdaedfee68dee3c2875 (diff) |
app/test/test_signup.py: remove the 'problematic' lines.
-rw-r--r-- | app/test/test_signup.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |