diff --git a/browser_tests/tests/nodeHelp.spec.ts b/browser_tests/tests/nodeHelp.spec.ts index 4d092336f..018a17dc2 100644 --- a/browser_tests/tests/nodeHelp.spec.ts +++ b/browser_tests/tests/nodeHelp.spec.ts @@ -1,7 +1,5 @@ -import { - comfyExpect as expect, - comfyPageFixture as test -} from '../fixtures/comfyPageFixture' +import { comfyPageFixture as test } from '../fixtures/comfyPageFixture' +import { comfyExpect as expect } from '../fixtures/ComfyPage' // TODO: there might be a better solution for this // Helper function to pan canvas and select node diff --git a/browser_tests/tests/nodeSearchBox.spec.ts b/browser_tests/tests/nodeSearchBox.spec.ts index 97b4d92fe..9564c06ed 100644 --- a/browser_tests/tests/nodeSearchBox.spec.ts +++ b/browser_tests/tests/nodeSearchBox.spec.ts @@ -1,7 +1,5 @@ -import { - comfyExpect as expect, - comfyPageFixture as test -} from '../fixtures/comfyPageFixture' +import { comfyPageFixture as test } from '../fixtures/comfyPageFixture' +import { comfyExpect as expect } from '../fixtures/ComfyPage' test.beforeEach(async ({ comfyPage }) => { await comfyPage.setSetting('Comfy.UseNewMenu', 'Disabled')