Merge branch 'QA' into bug/issue4
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user