Restore all open workflows on load (#2238)

This commit is contained in:
bymyself
2025-01-13 18:24:40 -07:00
committed by GitHub
parent dd69f9dc30
commit ce0726d85e
6 changed files with 231 additions and 5 deletions

View File

@@ -9,6 +9,12 @@ export class Topbar {
.allInnerTexts()
}
async getActiveTabName(): Promise<string> {
return this.page
.locator('.workflow-tabs .p-togglebutton-checked')
.innerText()
}
async openSubmenuMobile() {
await this.page.locator('.p-menubar-mobile .p-menubar-button').click()
}