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
Prev Previous commit
Next Next commit
test: Except that's not under the content :-|
  • Loading branch information
DrJKL committed Dec 8, 2025
commit 80120d015e1126724df580cab7102d09a1ea8aa5
4 changes: 1 addition & 3 deletions browser_tests/tests/templates.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ test.describe('Templates', () => {
expect(englishRequest.url()).toContain('templates/index.json')

// Verify English titles are shown as fallback
await expect(
comfyPage.templates.content.getByText('All Templates')
).toBeVisible()
await expect(comfyPage.page.getByText('All Templates')).toBeVisible()
})

test('template cards are dynamically sized and responsive', async ({
Expand Down