Merge pull request #3200 from alphagov/finetune-letter-uploads-valdiation-failed

Add re-upload button and back link to the preview page
This commit is contained in:
Pea M. Tyczynska
2019-11-27 15:17:19 +00:00
committed by GitHub
5 changed files with 28 additions and 5 deletions

View File

@@ -417,7 +417,7 @@ def test_upload_csv_file_with_errors_shows_check_page_with_errors(
assert 'There is a problem with invalid.csv' in content
assert '+447700900986' in content
assert 'Missing' in content
assert 'Re-upload your file' in content
assert 'Upload your file again' in content
@pytest.mark.parametrize('file_contents, expected_error,', [