Skip to content

Commit

Permalink
Fix e2e test button matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
froddd committed Jan 13, 2025
1 parent a57014d commit dbf30c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/pages/match/bookingPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class BookingPage extends BasePage {
}

async clickConfirm() {
await this.page.getByRole('button', { name: 'Confirm and submit' }).click()
await this.page.getByRole('button', { name: 'Confirm and book' }).click()
}

async shouldShowDatesOfPlacement(datesOfPlacement: E2EDatesOfPlacement) {
Expand Down

0 comments on commit dbf30c8

Please sign in to comment.