Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 27, 2024
1 parent 8f0aba7 commit 5b31817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/tests/pages/review/review.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export class ReviewPage {
public async deleteAll() {
await expect(this.deleteFirstButton).toBeVisible();
await this.deleteFirstButton.click();
await expect(this.deleteAllButton).toBeVisible();
await this.deleteAllButton.click();
await expect(this.confirmButton).toBeVisible();
await this.confirmButton.click();
Expand Down

0 comments on commit 5b31817

Please sign in to comment.