mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
fix: enable ShowErrorsTab setting for queue notification tests
The error overlay only appears when Comfy.RightSidePanel.ShowErrorsTab is enabled. Matches the pattern used in execution.spec.ts.
This commit is contained in:
@@ -6,6 +6,10 @@ import {
|
||||
test.describe('Queue Notification Banners', { tag: '@ui' }, () => {
|
||||
test.beforeEach(async ({ comfyPage }) => {
|
||||
await comfyPage.settings.setSetting('Comfy.UseNewMenu', 'Top')
|
||||
await comfyPage.settings.setSetting(
|
||||
'Comfy.RightSidePanel.ShowErrorsTab',
|
||||
true
|
||||
)
|
||||
await comfyPage.setup()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user