We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cdff4 commit a5ca24bCopy full SHA for a5ca24b
zeppelin-web-angular/e2e/models/base-page.ts
@@ -40,9 +40,7 @@ export class BasePage {
40
const isAlreadyOpen = await openSwitcher.isVisible();
41
42
if (!isAlreadyOpen) {
43
- const switcher = this.e2eTestFolder.locator('.ant-tree-switcher');
44
- await switcher.waitFor({ state: 'visible' });
45
- await switcher.click();
+ await this.e2eTestFolder.click();
46
47
// Wait for the switcher to change to open state
48
await openSwitcher.waitFor({ state: 'visible', timeout: 10000 });
0 commit comments