temp. favicon 204 silencer added to core.urls; functional_tests.test_my_lists now tests authenticity of login compared to queried list
This commit is contained in:
@@ -23,3 +23,12 @@ class MyListsTest(FunctionalTest):
|
||||
path="/",
|
||||
)
|
||||
)
|
||||
|
||||
def test_logged_in_users_are_saved_as_my_lists(self):
|
||||
email = "discoman@example.com"
|
||||
self.browser.get(self.live_server_url)
|
||||
self.wait_to_be_logged_out(email)
|
||||
|
||||
self.create_pre_authenticated_session(email)
|
||||
self.browser.get(self.live_server_url)
|
||||
self.wait_to_be_logged_in(email)
|
||||
|
||||
Reference in New Issue
Block a user