Skip to content

Commit

Permalink
Removed step from e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davibroc committed Jul 17, 2024
1 parent 5f0949b commit 05740eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/playwright/shared/pageObjects/signup-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@ export class SignUpPage {
await this.gotItBtn.click();
await this.nextBtn.click();
await this.doneBtn.click();
await this.enableButton.click();
}
}

0 comments on commit 05740eb

Please sign in to comment.