Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 27, 2024
1 parent d2359d0 commit f3bdb65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/tests/pages/review/review.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export class ReviewPage {
public readonly deleteAllButton: Locator;
public readonly confirmButton: Locator;


constructor(public readonly page: Page) {
this.approveAllButton = page.getByRole('button', { name: 'Release', exact: false });
this.deleteFirstButton = page.getByRole('button', { name: 'Discard sequences', exact: false });
Expand Down Expand Up @@ -71,7 +70,6 @@ export class ReviewPage {
await this.approveAllButton.click();
await expect(this.confirmButton).toBeVisible();
await this.confirmButton.click();

}

public async deleteAll() {
Expand Down

0 comments on commit f3bdb65

Please sign in to comment.