Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7ea0496

Browse files
committed
Fix tests
Signed-off-by: Robin Townsend <[email protected]>
1 parent 7690862 commit 7ea0496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/views/rooms/RoomTile-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe("RoomTile", () => {
8888

8989
act(() => { tile.simulate("click"); });
9090
tile.update();
91-
expect(tile.find(".mx_RoomTile_voiceIndicator").text()).toEqual("Connecting");
91+
expect(tile.find(".mx_RoomTile_voiceIndicator").text()).toEqual("Connecting...");
9292

9393
// Wait for the VoiceChannelStore to connect to the widget API
9494
await messageSent;

0 commit comments

Comments
 (0)