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

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