Browse Source

fix: Integrated column click to select to tests

pull/6803/head
Muhammed Mustafa 11 months ago
parent
commit
b2624e59fe
  1. 6
      tests/playwright/pages/Dashboard/Grid/index.ts

6
tests/playwright/pages/Dashboard/Grid/index.ts

@ -144,6 +144,9 @@ export class GridPage extends BasePage {
await this.rootPage.waitForTimeout(300);
}
await this.rootPage.keyboard.press('Escape');
await this.rootPage.waitForTimeout(300);
await this.dashboard.waitForLoaderToDisappear();
}
@ -180,6 +183,9 @@ export class GridPage extends BasePage {
await this.rootPage.waitForTimeout(300);
}
await this.rootPage.keyboard.press('Escape');
await this.rootPage.waitForTimeout(300);
await this.dashboard.waitForLoaderToDisappear();
}

Loading…
Cancel
Save