Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
hotfix: Templates spec
  • Loading branch information
DrJKL committed Dec 8, 2025
commit a1237be4863e23f9a6dcacb89ad64e7943e942eb
2 changes: 1 addition & 1 deletion browser_tests/tests/templates.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ test.describe('Templates', () => {
// Verify English titles are shown as fallback
await expect(
comfyPage.templates.content.getByRole('heading', {
name: 'Image Generation'
name: 'All Templates'
})
).toBeVisible()
})
Expand Down
Loading