Skip to content

Commit

Permalink
Use better selector
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne committed Sep 29, 2024
1 parent 20423a3 commit e0d0c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser_tests/ComfyPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class Topbar {
}

async openSubmenuMobile() {
await this.page.locator('.p-menubar-mobile').click()
await this.page.locator('.p-menubar-mobile .p-menubar-button').click()
}

async triggerTopbarCommand(path: string[]) {
Expand Down

0 comments on commit e0d0c46

Please sign in to comment.