diff --git a/tests/functional/test_front_page.py b/tests/functional/test_front_page.py index e90a0af..7389818 100644 --- a/tests/functional/test_front_page.py +++ b/tests/functional/test_front_page.py @@ -21,7 +21,7 @@ def test_should_find_page_div(self, page): # print(header.text) assert 'EAvatar ME' in header.text - def test_can_login_and_logout(self, page): + def test_can_login(self, page): page.open() page.assert_front_page() @@ -37,6 +37,3 @@ def test_can_login_and_logout(self, page): # print("Header:", header2.text) assert 'EAvatar' in header2.text - page.logout() - # page.sleep(120) - # page.assert_front_page()