diff --git a/browser_tests/ComfyPage.ts b/browser_tests/ComfyPage.ts index d481d596d8..eef3417d2c 100644 --- a/browser_tests/ComfyPage.ts +++ b/browser_tests/ComfyPage.ts @@ -1,7 +1,6 @@ import type { Page, Locator, APIRequestContext } from '@playwright/test' import { expect } from '@playwright/test' import { test as base } from '@playwright/test' -import { expect } from '@playwright/test' import { ComfyAppMenu } from './helpers/appMenu' import dotenv from 'dotenv' dotenv.config()