diff options
Diffstat (limited to 'app/test/test_add_word.py')
-rw-r--r-- | app/test/test_add_word.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test/test_add_word.py b/app/test/test_add_word.py index e37683c..c8d6d57 100644 --- a/app/test/test_add_word.py +++ b/app/test/test_add_word.py @@ -16,7 +16,7 @@ def has_punctuation(s): return [c for c in s if c in string.punctuation] != [] def test_add_word(): - driver.get(HOME_PAGE) + driver.get(HOME_PAGE + 'logout') assert 'English Pal -' in driver.page_source # login |