From ab1ea3a8bc5139bc2d8651f844f80391ee9199c3 Mon Sep 17 00:00:00 2001 From: Aleksandr Shmaraiev Date: Mon, 30 Oct 2023 11:23:47 +0200 Subject: [PATCH] Fix up 'performTrustAuthorDialog' method --- tests/e2e/tests-library/ProjectAndFileTests.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/e2e/tests-library/ProjectAndFileTests.ts b/tests/e2e/tests-library/ProjectAndFileTests.ts index b9518feb3df..f581b8ba270 100644 --- a/tests/e2e/tests-library/ProjectAndFileTests.ts +++ b/tests/e2e/tests-library/ProjectAndFileTests.ts @@ -46,12 +46,6 @@ export class ProjectAndFileTests { Logger.debug(); // sometimes the trust dialog does not appear at first time, for avoiding this problem we send click event for activating const workbench: Workbench = new Workbench(); - await workbench.click(); - - await this.driverHelper.waitAndClick( - this.cheCodeLocatorLoader.webCheCodeLocators.WelcomeContent.button, - TIMEOUT_CONSTANTS.TS_DIALOG_WINDOW_DEFAULT_TIMEOUT - ); try { await workbench.click();