mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Setup clean setting state before every playwright test (#1309)
* Use reload * setting setup * nit * Remove setting cleanups * Wait for frame * nit * nit
This commit is contained in:
@@ -11,10 +11,6 @@ test.describe('Actionbar', () => {
|
||||
await comfyPage.setSetting('Comfy.UseNewMenu', 'Top')
|
||||
})
|
||||
|
||||
test.afterEach(async ({ comfyPage }) => {
|
||||
await comfyPage.setSetting('Comfy.UseNewMenu', 'Disabled')
|
||||
})
|
||||
|
||||
/**
|
||||
* This test ensures that the autoqueue change mode can only queue one change at a time
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user