diff --git a/e2e/support/app.ts b/e2e/support/app.ts index 64e60d74e..55f36a7ff 100644 --- a/e2e/support/app.ts +++ b/e2e/support/app.ts @@ -75,6 +75,8 @@ export default class App { */ async closeAllTabs() { await this.triggerCommand("closeAllTabs"); + // Page in Playwright is not updated somehow, need to click on the tab to make sure it's rendered + await this.getTab(0).click(); } /**