Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Jan 5, 2024
1 parent 5b77854 commit 79aa868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/upload_data.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test('Enter form information and upload a file with errors and without errors',

await page.waitForURL('**/errors')

expect(await page.title()).toBe('There’s a problem - Publish planning and housing data for England')
expect(await page.title()).toBe('Your data has errors - Publish planning and housing data for England')

await page.getByRole('button', { name: 'Upload a new version' }).click()

Expand Down

0 comments on commit 79aa868

Please sign in to comment.