diff --git a/playwright/services.ts b/playwright/services.ts index 2a4d6ddf829..5e2679953e7 100644 --- a/playwright/services.ts +++ b/playwright/services.ts @@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details. import { test as base } from "@playwright/test"; import mailhog from "mailhog"; -import { GenericContainer, Network, StartedNetwork, StartedTestContainer, Wait } from "testcontainers"; +import { Network, StartedNetwork } from "testcontainers"; import { PostgreSqlContainer, StartedPostgreSqlContainer } from "@testcontainers/postgresql"; import { SynapseConfigOptions, SynapseContainer } from "./testcontainers/synapse.ts";