We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccd940 commit ccd28b9Copy full SHA for ccd28b9
zeppelin-web-angular/e2e/models/base-page.ts
@@ -35,7 +35,7 @@ export class BasePage {
35
36
async clickE2ETestFolder(): Promise<void> {
37
await this.e2eTestFolder.waitFor({ state: 'visible', timeout: 30000 });
38
- await this.e2eTestFolderSwitcher.locator('.ant-tree-switcher').click({ force: true });
+ await this.e2eTestFolderSwitcher.locator('.ant-tree-switcher').click();
39
await this.e2eTestFolderSwitcher.locator('.ant-tree-switcher_open').waitFor({ state: 'visible' });
40
await this.page.waitForLoadState('networkidle', { timeout: 15000 });
41
}
0 commit comments