Skip to content

Commit ccd28b9

Browse files
committed
fix borken test
1 parent 7ccd940 commit ccd28b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-web-angular/e2e/models/base-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class BasePage {
3535

3636
async clickE2ETestFolder(): Promise<void> {
3737
await this.e2eTestFolder.waitFor({ state: 'visible', timeout: 30000 });
38-
await this.e2eTestFolderSwitcher.locator('.ant-tree-switcher').click({ force: true });
38+
await this.e2eTestFolderSwitcher.locator('.ant-tree-switcher').click();
3939
await this.e2eTestFolderSwitcher.locator('.ant-tree-switcher_open').waitFor({ state: 'visible' });
4040
await this.page.waitForLoadState('networkidle', { timeout: 15000 });
4141
}

0 commit comments

Comments
 (0)