Merge branch 'QA' into bug/issue2
This commit is contained in:
@@ -5,6 +5,7 @@ from bs4 import BeautifulSoup
|
||||
|
||||
EMAIL1 = "admin@irontemple.com"
|
||||
EMAIL2 = "john@simplylift.co"
|
||||
|
||||
@pytest.fixture
|
||||
def club1():
|
||||
data = {"competition": "Spring Festival", "club": "Iron Temple"}
|
||||
|
||||
@@ -20,4 +20,3 @@ def test_shoul_display_page_on_known_email(client):
|
||||
soup = BeautifulSoup(response.data, 'html.parser')
|
||||
assert soup.h2.text == "Welcome, "+email
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user