diff --git a/browser_tests/ComfyPage.ts b/browser_tests/ComfyPage.ts index fc301910..a199d72d 100644 --- a/browser_tests/ComfyPage.ts +++ b/browser_tests/ComfyPage.ts @@ -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[]) {