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:
Chris Hill-Scott
2018-08-30 14:17:32 +01:00
parent 86ad77e545
commit 3c563ddca6
3 changed files with 10 additions and 11 deletions

View File

@@ -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) == (