From 87f8de7759a0f207b98a6e9cf6f11802fcf15286 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Tue, 9 Dec 2025 09:32:05 +0900 Subject: [PATCH] [backport core/1.33] Hotfix: Templates spec (#7254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #7235 to `core/1.33` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7254-backport-core-1-33-Hotfix-Templates-spec-2c46d73d36508168802bef2990c14d4d) by [Unito](https://www.unito.io) Co-authored-by: Alexander Brown --- browser_tests/tests/templates.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/browser_tests/tests/templates.spec.ts b/browser_tests/tests/templates.spec.ts index 625233213..1e0d24dd6 100644 --- a/browser_tests/tests/templates.spec.ts +++ b/browser_tests/tests/templates.spec.ts @@ -170,9 +170,7 @@ test.describe('Templates', () => { // Verify English titles are shown as fallback await expect( - comfyPage.templates.content.getByRole('heading', { - name: 'Image Generation' - }) + comfyPage.page.getByRole('main').getByText('All Templates') ).toBeVisible() })