From 33d8aafbd5a853e016ee37fb5361c201bf55383a Mon Sep 17 00:00:00 2001 From: Katharine Ahern Date: Thu, 2 Nov 2023 12:47:23 +0000 Subject: [PATCH] ap-4566: add space between name, account and sortcode --- app/views/shared/check_answers/_assets.html.erb | 2 +- features/providers/means_report.feature | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/shared/check_answers/_assets.html.erb b/app/views/shared/check_answers/_assets.html.erb index 8730df4eda..5fe68c9bad 100644 --- a/app/views/shared/check_answers/_assets.html.erb +++ b/app/views/shared/check_answers/_assets.html.erb @@ -20,7 +20,7 @@ table.with_body do |body| @legal_aid_application&.applicant&.bank_accounts&.each do |account| body.with_row do |row| - row.with_cell(header: true, text: "#{account.name},#{account.account_number},#{account.sort_code}") + row.with_cell(header: true, text: "#{account.name}, #{account.account_number}, #{account.sort_code}") row.with_cell(numeric: true, text: gds_number_to_currency(account.balance).to_s) end end diff --git a/features/providers/means_report.feature b/features/providers/means_report.feature index c58bf2c01d..3fff96b066 100644 --- a/features/providers/means_report.feature +++ b/features/providers/means_report.feature @@ -316,8 +316,8 @@ Feature: Means report And the "Bank accounts", for open banking accounts, questions and answers table should exist: | question | answer | - | Account Name,12345678,000000 | 75.57 | - | Second Account,87654321,999999 | 57.57 | + | Account Name, 12345678, 000000 | 75.57 | + | Second Account, 87654321, 999999 | 57.57 | And the "Your client's accounts" questions should exist: | question |