Get rid of on/off page send file by email setting

This commit is contained in:
Pea Tyczynska
2020-02-17 15:36:46 +00:00
parent b2e6d14958
commit 02b2a890e8
9 changed files with 43 additions and 66 deletions

View File

@@ -140,7 +140,7 @@ def test_choose_account_should_show_choose_accounts_page_if_no_services(
resp = client_request.get('main.choose_account')
page = resp.find('main', {'id': 'main-content'})
links = page.findAll('a')
links = page.find_all('a')
assert len(links) == 1
add_service_link = links[0]
assert normalize_spaces(page.h1.text) == 'Choose service'