Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Sep 13, 2024
1 parent 7505bd7 commit 1ec7123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser_tests/colorPalette.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const customColorPalettes = {
}

test.describe('Color Palette', () => {
test.beforeAll(async ({ comfyPage }) => {
test.beforeEach(async ({ comfyPage }) => {
await comfyPage.setSetting('Comfy.CustomColorPalettes', customColorPalettes)
})

Expand Down

0 comments on commit 1ec7123

Please sign in to comment.