mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Get rid of on/off page send file by email setting
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user