Remove slow? no registration anymore
This commit is contained in:
@@ -53,7 +53,6 @@ test("@mobile Start a new call then leave and show the feedback screen", async (
|
|||||||
mobileTest(
|
mobileTest(
|
||||||
"Test earpiece overlay in controlledAudioDevices mode",
|
"Test earpiece overlay in controlledAudioDevices mode",
|
||||||
async ({ asMobile, browser }) => {
|
async ({ asMobile, browser }) => {
|
||||||
test.slow(); // Triples the timeout
|
|
||||||
const { creatorPage, inviteLink } = asMobile;
|
const { creatorPage, inviteLink } = asMobile;
|
||||||
|
|
||||||
// ========
|
// ========
|
||||||
|
|||||||
@@ -16,8 +16,6 @@ widgetTest("Create and join a group call", async ({ addUser, browserName }) => {
|
|||||||
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
||||||
);
|
);
|
||||||
|
|
||||||
test.slow(); // We are registering multiple users here, give it more time
|
|
||||||
|
|
||||||
const valere = await addUser("Valere", HOST1);
|
const valere = await addUser("Valere", HOST1);
|
||||||
const timo = await addUser("Timo", HOST1);
|
const timo = await addUser("Timo", HOST1);
|
||||||
const robin = await addUser("Robin", HOST1);
|
const robin = await addUser("Robin", HOST1);
|
||||||
|
|||||||
@@ -16,8 +16,6 @@ widgetTest("Footer interaction in PiP", async ({ addUser, browserName }) => {
|
|||||||
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
||||||
);
|
);
|
||||||
|
|
||||||
test.slow();
|
|
||||||
|
|
||||||
const valere = await addUser("Valere", HOST1);
|
const valere = await addUser("Valere", HOST1);
|
||||||
|
|
||||||
const callRoom = "CallRoom";
|
const callRoom = "CallRoom";
|
||||||
|
|||||||
@@ -16,8 +16,6 @@ widgetTest("Put call in PIP", async ({ addUser, browserName }) => {
|
|||||||
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
||||||
);
|
);
|
||||||
|
|
||||||
test.slow();
|
|
||||||
|
|
||||||
const valere = await addUser("Valere", HOST1);
|
const valere = await addUser("Valere", HOST1);
|
||||||
const timo = await addUser("Timo", HOST1);
|
const timo = await addUser("Timo", HOST1);
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,6 @@ widgetTest.skip(
|
|||||||
);
|
);
|
||||||
|
|
||||||
widgetTest("Start a new call as widget", async ({ asWidget, browserName }) => {
|
widgetTest("Start a new call as widget", async ({ asWidget, browserName }) => {
|
||||||
test.slow(); // Triples the timeout
|
|
||||||
|
|
||||||
const { brooks, whistler } = asWidget;
|
const { brooks, whistler } = asWidget;
|
||||||
|
|
||||||
await TestHelpers.startCallInCurrentRoom(brooks.page, false);
|
await TestHelpers.startCallInCurrentRoom(brooks.page, false);
|
||||||
|
|||||||
@@ -20,8 +20,6 @@ widgetTest(
|
|||||||
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
||||||
);
|
);
|
||||||
|
|
||||||
test.slow(); // Triples the timeout
|
|
||||||
|
|
||||||
const { brooks, whistler } = asWidget;
|
const { brooks, whistler } = asWidget;
|
||||||
|
|
||||||
await TestHelpers.startCallInCurrentRoom(brooks.page, true);
|
await TestHelpers.startCallInCurrentRoom(brooks.page, true);
|
||||||
@@ -113,8 +111,6 @@ widgetTest(
|
|||||||
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
||||||
);
|
);
|
||||||
|
|
||||||
test.slow(); // Triples the timeout
|
|
||||||
|
|
||||||
const { brooks, whistler } = asWidget;
|
const { brooks, whistler } = asWidget;
|
||||||
|
|
||||||
await TestHelpers.startCallInCurrentRoom(brooks.page, false);
|
await TestHelpers.startCallInCurrentRoom(brooks.page, false);
|
||||||
@@ -200,8 +196,6 @@ widgetTest(
|
|||||||
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
"The is test is not working on firefox CI environment. No mic/audio device inputs so cam/mic are disabled",
|
||||||
);
|
);
|
||||||
|
|
||||||
test.slow(); // Triples the timeout
|
|
||||||
|
|
||||||
const { brooks, whistler } = asWidget;
|
const { brooks, whistler } = asWidget;
|
||||||
|
|
||||||
await TestHelpers.startCallInCurrentRoom(brooks.page, false);
|
await TestHelpers.startCallInCurrentRoom(brooks.page, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user