diff --git a/app/test/test_next_essay.py b/app/test/test_next_essay.py index 3d16577..fb242d9 100644 --- a/app/test/test_next_essay.py +++ b/app/test/test_next_essay.py @@ -12,7 +12,7 @@ import random, string, time @pytest.mark.usefixtures def test_next(URL, driver): try: - driver.get(HOME_PAGE) + driver.get(URL) assert 'English Pal -' in driver.page_source # login