mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 17:53:12 -04:00
Cookie streamlining (#493)
* remove cookie banner * remove form from cookies.html * move cookie content to privacy page
This commit is contained in:
@@ -3483,7 +3483,7 @@ def test_send_files_by_email_contact_details_page(
|
||||
page = client_request.get(
|
||||
'main.send_files_by_email_contact_details', service_id=SERVICE_ONE_ID
|
||||
)
|
||||
assert normalize_spaces(page.find_all('h2')[1].text) == subheader
|
||||
assert normalize_spaces(page.find_all('h2')[0].text) == subheader
|
||||
if button_selected:
|
||||
assert 'checked' in page.find('input', {'name': 'contact_details_type', 'value': 'email_address'}).attrs
|
||||
else:
|
||||
|
||||
@@ -91,7 +91,7 @@ def test_hiding_pages_from_search_engines(
|
||||
|
||||
|
||||
@pytest.mark.parametrize('view', [
|
||||
'cookies', 'privacy', 'pricing', 'terms', 'roadmap',
|
||||
'privacy', 'pricing', 'terms', 'roadmap',
|
||||
'features', 'documentation', 'security',
|
||||
'message_status', 'features_email', 'features_sms',
|
||||
'how_to_pay', 'get_started',
|
||||
|
||||
Reference in New Issue
Block a user