mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
formatting
This commit is contained in:
@@ -436,7 +436,7 @@ describe("DeveloperSettingsTab", () => {
|
|||||||
await waitFor(() =>
|
await waitFor(() =>
|
||||||
expect(
|
expect(
|
||||||
screen.getByText(/Media key rotation: active \(5 participants\)/),
|
screen.getByText(/Media key rotation: active \(5 participants\)/),
|
||||||
).toBeInTheDocument()
|
).toBeInTheDocument(),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -461,7 +461,7 @@ describe("DeveloperSettingsTab", () => {
|
|||||||
screen.getByText(
|
screen.getByText(
|
||||||
/Media key rotation: suppressed, participant limit reached \(50 participants\)/,
|
/Media key rotation: suppressed, participant limit reached \(50 participants\)/,
|
||||||
),
|
),
|
||||||
).toBeInTheDocument()
|
).toBeInTheDocument(),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -479,9 +479,10 @@ describe("DeveloperSettingsTab", () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
await waitFor(() =>
|
await waitFor(() =>
|
||||||
expect(screen.queryByText(/Media key rotation:/)).not.toBeInTheDocument()
|
expect(
|
||||||
|
screen.queryByText(/Media key rotation:/),
|
||||||
|
).not.toBeInTheDocument(),
|
||||||
);
|
);
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user