This commit is contained in:
@@ -23,6 +23,8 @@ def test_login_page_renders_stitch_design(client):
|
||||
assert "cdn.tailwindcss.com" not in body
|
||||
assert "https://fonts.googleapis.com" not in body
|
||||
assert reverse("password_reset") in body
|
||||
assert 'src="/static/js/login.js?' in body
|
||||
assert "<script>" not in body
|
||||
|
||||
|
||||
def test_login_with_email(client, user):
|
||||
|
||||
Reference in New Issue
Block a user