From dd7e7e738334a53c15e9e73ffc9c32e202900d95 Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Mon, 8 Dec 2025 15:13:27 -0800 Subject: [PATCH] Hotfix: Templates spec (#7235) ## Summary Top row of templates no longer contains an Image Generation. That's interesting, huh? --- 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() })