Remove the stray page.pause() calls from the Playwright specs

They halt a headless run until the inspector is closed, which never happens
in CI.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Quentin Gliech
2026-09-09 22:44:59 +02:00
co-authored by Claude Fable 5.1
parent 1f7e930137
commit 1c8a6487e9
3 changed files with 0 additions and 7 deletions
-3
View File
@@ -114,8 +114,6 @@ test("Should show error screen if call creation is restricted", async ({
}),
);
await page.pause();
await page.getByTestId("home_callName").click();
await page.getByTestId("home_callName").fill("HelloCall");
await page.getByTestId("home_displayName").click();
@@ -125,7 +123,6 @@ test("Should show error screen if call creation is restricted", async ({
// Join the call
await page.getByTestId("lobby_joinCall").click();
await page.pause();
// Should fail
await expect(page.getByText("Failed to create call")).toBeVisible();
await expect(