From 85001c4da96e06d6d1fa1807d2189dc99e7d9e8e Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 10 Apr 2026 14:56:03 +0100 Subject: [PATCH] Move playwright-common to element-web monorepo https://github.com/element-hq/element-web/pull/33088 is the other half of the PR --- .../element-web/e2e/restricted-guests.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/restricted-guests/element-web/e2e/restricted-guests.spec.ts b/modules/restricted-guests/element-web/e2e/restricted-guests.spec.ts index 7d7bc3e09e..75ee368369 100644 --- a/modules/restricted-guests/element-web/e2e/restricted-guests.spec.ts +++ b/modules/restricted-guests/element-web/e2e/restricted-guests.spec.ts @@ -12,8 +12,7 @@ import { type SynapseContainer, } from "@element-hq/element-web-playwright-common/lib/testcontainers/index.js"; import { type Credentials } from "@element-hq/element-web-playwright-common/lib/utils/api"; -import { makePostgres } from "@element-hq/element-web-playwright-common/lib/testcontainers/postgres.js"; -import { makeMas } from "@element-hq/element-web-playwright-common/lib/testcontainers/mas.js"; +import { makePostgres, makeMas } from "@element-hq/element-web-playwright-common/lib/testcontainers/index.js"; import { RestrictedGuestsSynapseContainer, RestrictedGuestsSynapseWithMasContainer } from "./services"; import { test as subBase, expect } from "../../../../playwright/element-web-test";