Skip to content

Commit

Permalink
Fix up 'performTrustAuthorDialog' method
Browse files Browse the repository at this point in the history
  • Loading branch information
artaleks9 committed Oct 30, 2023
1 parent 757f347 commit ab1ea3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/e2e/tests-library/ProjectAndFileTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ab1ea3a

Please sign in to comment.