diff options
Diffstat (limited to 'app/test')
-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 |