Hotfix: Templates spec (#7235)

## Summary

Top row of templates no longer contains an Image Generation. That's
interesting, huh?
This commit is contained in:
Alexander Brown
2025-12-08 15:13:27 -08:00
committed by GitHub
parent 97c7b33713
commit dd7e7e7383

View File

@@ -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()
})