Skip to content

Commit

Permalink
chore: Remove extra assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Yordan Iliev <[email protected]>
  • Loading branch information
yiliev0 committed Jan 14, 2025
1 parent d366d9a commit b6538d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions automation/pages/RegistrationPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,6 @@ class RegistrationPage extends BasePage {
async completeRegistration(email, password) {
await this.register(email, password, password);

const isTabVisible = await this.isCreateNewTabVisible();
expect(isTabVisible).toBe(true);

await this.clickOnCreateNewTab();
await this.clickOnUnderstandCheckbox();
await this.clickOnGenerateButton();
Expand Down

0 comments on commit b6538d9

Please sign in to comment.