mirror of
https://github.com/element-hq/element-call.git
synced 2026-05-03 09:46:23 +00:00
fixup
This commit is contained in:
@@ -79,12 +79,12 @@ widgetTest("Create and join a group call", async ({ addUser, browserName }) => {
|
||||
timeout: 15000,
|
||||
});
|
||||
|
||||
await Promise.all([
|
||||
await Promise.all(
|
||||
[valere, timo, robin, halfshot, florian].map(async (user) => {
|
||||
// Check the names are correct
|
||||
expect(frame.getByText(participant.displayName)).toBeVisible();
|
||||
await expect(frame.getByText(user.displayName)).toBeVisible();
|
||||
}),
|
||||
]);
|
||||
);
|
||||
|
||||
// No one should be waiting for media
|
||||
await expect(frame.getByText("Waiting for media...")).not.toBeVisible({
|
||||
|
||||
Reference in New Issue
Block a user