Skip to content

Commit

Permalink
update acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Oct 31, 2024
1 parent 91a2e28 commit 4fda716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PageObjectModels/resultsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class ResultsPage extends BasePage {
}

async expectPageIsNoErrorsPage () {
expect(await this.page.locator('h1').innerText()).toEqual('Check your data before you continue')
expect(await this.page.locator('h1').innerText()).toMatch(/You have \d+ row? ready to publish/)
}

async expectIsFailedPage () {
Expand Down

0 comments on commit 4fda716

Please sign in to comment.