mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 21:20:32 -04:00
Use commas not tabs to delimit service info
Zendesk strips out the tabs. Commas are the next best thing because Excel will automatically use them if you select ‘Split text into columns’.
This commit is contained in:
@@ -752,7 +752,7 @@ def test_should_redirect_after_request_to_go_live(
|
||||
'Consent to research: Yes\n'
|
||||
'\n'
|
||||
'---\n'
|
||||
'{}\tNone\tservice one\tTest User\ttest@user.gov.uk\t-\t21/12/2012\t222\t111\t333'
|
||||
'{}, None, service one, Test User, test@user.gov.uk, -, 21/12/2012, 222, 111, 333'
|
||||
).format(SERVICE_ONE_ID, SERVICE_ONE_ID)
|
||||
|
||||
assert normalize_spaces(page.select_one('.banner-default').text) == (
|
||||
|
||||
Reference in New Issue
Block a user