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 f2f5bed commit 83424aeCopy full SHA for 83424ae
zeppelin-web-angular/e2e/models/base-page.ts
@@ -33,7 +33,6 @@ export class BasePage {
33
34
async clickE2ETestFolder(): Promise<void> {
35
await this.e2eTestFolder.waitFor({ state: 'visible', timeout: 30000 });
36
- await this.e2eTestFolder.scrollIntoViewIfNeeded();
37
await this.e2eTestFolder.hover();
38
await this.e2eTestFolder.click({ force: true });
39
await this.page.waitForLoadState('networkidle', { timeout: 15000 });
0 commit comments