We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1a4b7 commit 49d7fa1Copy full SHA for 49d7fa1
e2e/support/app.ts
@@ -75,6 +75,8 @@ export default class App {
75
*/
76
async closeAllTabs() {
77
await this.triggerCommand("closeAllTabs");
78
+ // Page in Playwright is not updated somehow, need to click on the tab to make sure it's rendered
79
+ await this.getTab(0).click();
80
}
81
82
/**
0 commit comments