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: Simpler assertion, getByText
  • Loading branch information
DrJKL committed Dec 8, 2025
commit 79e8ca82738e20fb11f00c573edd666bb1a66e46
4 changes: 1 addition & 3 deletions browser_tests/tests/templates.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,7 @@ test.describe('Templates', () => {

// Verify English titles are shown as fallback
await expect(
comfyPage.templates.content.getByRole('heading', {
name: 'All Templates'
})
comfyPage.templates.content.getByText('All Templates')
).toBeVisible()
})

Expand Down
Loading