mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
Wait for .well-known/matrix/client to load before determining MatrixRTC foci (#2901)
This commit is contained in:
@@ -40,7 +40,7 @@ test("It joins the correct Session", async () => {
|
||||
room: {
|
||||
roomId: "roomId",
|
||||
client: {
|
||||
getClientWellKnown: vi.fn().mockReturnValue(clientWellKnown),
|
||||
waitForClientWellKnown: vi.fn().mockResolvedValue(clientWellKnown),
|
||||
},
|
||||
},
|
||||
memberships: [],
|
||||
|
||||
Reference in New Issue
Block a user