Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 28, 2024
1 parent c1a23a9 commit e10fb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/tests/pages/review/review.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class ReviewPage {
constructor(public readonly page: Page) {
this.approveAllButton = page.getByRole('button', { name: 'Release', exact: false });
this.deleteFirstButton = page.getByRole('button', { name: 'Discard sequences', exact: false });
this.deleteAllButton = page.getByRole('button', { name: /Discard all/, exact: false, includeHidden:true });
this.deleteAllButton = page.getByRole('button', { name: /Discard all/, exact: false, includeHidden: true });
this.confirmButton = page.getByRole('button', { name: 'Confirm', exact: false });
}

Expand Down

0 comments on commit e10fb09

Please sign in to comment.