Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pythongosssss committed Sep 15, 2024
1 parent db642af commit 804675e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser_tests/appMenu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { webSocketFixture } from './fixtures/ws.ts'

const test = mergeTests(comfyPageFixture, webSocketFixture)

test.describe.only('AppMenu', () => {
test.describe('AppMenu', () => {
test.beforeEach(async ({ comfyPage }) => {
await comfyPage.setSetting('Comfy.UseNewMenu', 'Floating')
})
Expand All @@ -22,7 +22,7 @@ test.describe.only('AppMenu', () => {
/**
* This test ensures that the autoqueue change mode can only queue one change at a time
*/
test.only('Does not auto-queue multiple changes at a time', async ({
test('Does not auto-queue multiple changes at a time', async ({
comfyPage,
ws
}) => {
Expand Down

0 comments on commit 804675e

Please sign in to comment.