link-services-to-organisations

This commit is contained in:
chrisw
2018-02-12 09:26:13 +00:00
parent 01a2852a69
commit 1450138b9c
12 changed files with 255 additions and 17 deletions

View File

@@ -54,7 +54,7 @@ def test_view_organisation_shows_the_correct_organisation(
assert response.status_code == 200
page = BeautifulSoup(response.data.decode('utf-8'), 'html.parser')
assert page.select_one('.heading-large div').text == org['name']
assert normalize_spaces(page.select_one('.heading-large').text) == org['name']
def test_edit_organisation_shows_the_correct_organisation(