fix: 🐛 Fix playwright test

This commit is contained in:
Jin 2025-03-18 22:01:08 +01:00
parent ae1a4b7a80
commit 49d7fa1735

View File

@ -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();
}
/**