Skip to content
Closed
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
mark the new test as skipped
  • Loading branch information
mcmonkey4eva committed Oct 2, 2024
commit 3aaf5c1288b144a7bb8d5259cad360a17d086c5f
3 changes: 2 additions & 1 deletion browser_tests/menu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ test.describe('Menu', () => {
])
})

test('Can save, load, and delete workflows', async ({ comfyPage }) => {
// Skipped pending 1.3.0 release blocker test issues with workflow management UI changeover
test.skip('Can save, load, and delete workflows', async ({ comfyPage }) => {
const tab = comfyPage.menu.workflowsTab
expect(await tab.getOpenedWorkflowNames()).toEqual([
'*Unsaved Workflow.json'
Expand Down