mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Hotfix: Templates spec (#7235)
## Summary Top row of templates no longer contains an Image Generation. That's interesting, huh?
This commit is contained in:
@@ -170,9 +170,7 @@ test.describe('Templates', () => {
|
|||||||
|
|
||||||
// Verify English titles are shown as fallback
|
// Verify English titles are shown as fallback
|
||||||
await expect(
|
await expect(
|
||||||
comfyPage.templates.content.getByRole('heading', {
|
comfyPage.page.getByRole('main').getByText('All Templates')
|
||||||
name: 'Image Generation'
|
|
||||||
})
|
|
||||||
).toBeVisible()
|
).toBeVisible()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user