mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-01 18:40:46 -06:00
fix: 🐛 Fix playwright test
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user