Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Oct 31, 2024
1 parent 4fda716 commit 48f1572
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()).toMatch(/You have \d+ row? ready to publish/)
expect(await this.page.locator('h1').innerText()).toMatch(/You have \d+ row.* ready to publish/)
}

async expectIsFailedPage () {
Expand Down

0 comments on commit 48f1572

Please sign in to comment.