mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-30 19:39:22 +00:00
fixup: wrong skip
This commit is contained in:
@@ -9,11 +9,9 @@ import { expect, test } from "@playwright/test";
|
|||||||
|
|
||||||
test("When creator left, avoid reconnect to the same SFU", async ({
|
test("When creator left, avoid reconnect to the same SFU", async ({
|
||||||
browser,
|
browser,
|
||||||
|
browserName,
|
||||||
}) => {
|
}) => {
|
||||||
test.skip(
|
test.skip(browserName === "firefox", "Browser independent");
|
||||||
({ browserName }) => browserName === "firefox",
|
|
||||||
"Browser independent",
|
|
||||||
);
|
|
||||||
// Use reduce motion to disable animations that are making the tests a bit flaky
|
// Use reduce motion to disable animations that are making the tests a bit flaky
|
||||||
const creatorContext = await browser.newContext({ reducedMotion: "reduce" });
|
const creatorContext = await browser.newContext({ reducedMotion: "reduce" });
|
||||||
const creatorPage = await creatorContext.newPage();
|
const creatorPage = await creatorContext.newPage();
|
||||||
|
|||||||
Reference in New Issue
Block a user