mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Remove error handling code when no errors
`ok.html` is only used if the file has no errors. Therefore there will never been any need to highlight which rows in the file have errors.
This commit is contained in:
@@ -517,7 +517,7 @@ def test_upload_valid_csv_shows_preview_and_table(
|
||||
assert page.select_one('.sms-message-wrapper').text.strip() == expected_message
|
||||
|
||||
for index, cell in enumerate([
|
||||
'<td class="table-field-index"> <span class=""> 2 </span> </td>',
|
||||
'<td class="table-field-index"> <span> 2 </span> </td>',
|
||||
'<td class="table-field-center-aligned "> <div class=""> 07700900001 </div> </td>',
|
||||
'<td class="table-field-center-aligned "> <div class=""> A </div> </td>',
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user