Skip to content

Commit

Permalink
Fix playwright test on settings API
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Oct 25, 2024
1 parent c324271 commit 716db01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion browser_tests/extensionAPI.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ test.describe('Topbar commands', () => {
]
})
})
expect(await comfyPage.getSetting('TestSetting')).toBe('Hello, world!')
await comfyPage.setSetting('TestSetting', 'Hello, universe!')
expect(await comfyPage.getSetting('TestSetting')).toBe('Hello, universe!')
})
Expand Down

0 comments on commit 716db01

Please sign in to comment.