From b6538d9e41f4a39260a0b6422e92a888bb23c753 Mon Sep 17 00:00:00 2001 From: Yordan Iliev Date: Tue, 14 Jan 2025 14:55:32 +0200 Subject: [PATCH] chore: Remove extra assertion Signed-off-by: Yordan Iliev --- automation/pages/RegistrationPage.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/automation/pages/RegistrationPage.js b/automation/pages/RegistrationPage.js index 1db418919..4e9ff2ceb 100644 --- a/automation/pages/RegistrationPage.js +++ b/automation/pages/RegistrationPage.js @@ -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();