Merge branch 'QA' into bug/issue2

This commit is contained in:
2025-07-07 10:43:56 +02:00
committed by GitHub
5 changed files with 93 additions and 7 deletions

View File

@@ -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"}

View File

@@ -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