diff --git a/tests/playwright/pages/Dashboard/Grid/index.ts b/tests/playwright/pages/Dashboard/Grid/index.ts index 901c852c92..3c4d6e62dc 100644 --- a/tests/playwright/pages/Dashboard/Grid/index.ts +++ b/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(); }