Skip to content

Commit

Permalink
more attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 28, 2024
1 parent 9d4ea1f commit fbe3c28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/tests/pages/review/review.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ 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.getByText('Discard all', {
exact: false,
});

this.confirmButton = page.getByRole('button', { name: 'Confirm', exact: false });
}

Expand Down

0 comments on commit fbe3c28

Please sign in to comment.