Add re-upload button and back link to the preview page

Re-upload button is only shown if file failed validation.

Change wording of re-upload buttons

Make test we test right buttons on letter upload preview page

Also remove double backlink
This commit is contained in:
Pea Tyczynska
2019-11-27 13:27:52 +00:00
parent 4fc8f5b5d1
commit 02beccd066
5 changed files with 26 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,', [