Merge branch 'QA' into bug/issue4

This commit is contained in:
2025-07-07 13:59:52 +02:00
committed by GitHub
5 changed files with 51 additions and 6 deletions

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

View File

@@ -36,3 +36,4 @@ class TestPlaces:
response = client.post('/purchasePlaces', data=club1)
soup = BeautifulSoup(response.data, "html.parser")
assert "You already booked 12 places for "+club1['competition'] == soup.li.text