Merge branch 'livekit' into valere/devx/use_synapse_api_for_playwright

This commit is contained in:
Valere
2026-04-24 11:25:10 +02:00
8 changed files with 211 additions and 38 deletions

View File

@@ -75,9 +75,7 @@ test("Should automatically retry non fatal JWT errors", async ({
await expect(page.getByTestId("video").first()).toBeVisible();
});
// We skip this test for now as it appears the livekit does not let us
// detect and handle NotAllowed errors anymore. https://github.com/livekit/client-sdk-js/issues/1883
test.skip("Should show error screen if call creation is restricted", async ({
test("Should show error screen if call creation is restricted", async ({
page,
browserName,
}) => {