Skip to content

Commit 87f8de7

Browse files
comfy-pr-botDrJKL
andauthored
[backport core/1.33] Hotfix: Templates spec (#7254)
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 <drjkl@comfy.org>
1 parent 623954e commit 87f8de7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

browser_tests/tests/templates.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ test.describe('Templates', () => {
170170

171171
// Verify English titles are shown as fallback
172172
await expect(
173-
comfyPage.templates.content.getByRole('heading', {
174-
name: 'Image Generation'
175-
})
173+
comfyPage.page.getByRole('main').getByText('All Templates')
176174
).toBeVisible()
177175
})
178176

0 commit comments

Comments
 (0)