Use the same template for problems and questions

This commit is contained in:
Chris Hill-Scott
2020-03-24 15:22:00 +00:00
parent 11cdf58256
commit 17a3ee920c
3 changed files with 16 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ def test_get_support_as_someone_in_the_public_sector(
_follow_redirects=True,
)
assert normalize_spaces(page.select('h1')) == (
'Ask a question or give feedback'
'Report a problem'
)
assert page.select_one('form textarea[name=feedback]')
assert page.select_one('form input[name=name]')