Skip to content

Commit ac1bb24

Browse files
committed
fix(bridge): correct /join test assertion from 'Switched to' to 'Joined'
1 parent c949358 commit ac1bb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bridges/user/web/e2e/web-ui.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ test.describe("Web UI", () => {
170170
await expect(page.locator("#header")).toContainText(roomName, {
171171
timeout: 10000,
172172
});
173-
await expect(page.locator("#messages")).toContainText("Switched to");
173+
await expect(page.locator("#messages")).toContainText("Joined");
174174
});
175175

176176
test("can leave a room via /leave command", async ({ page, port }) => {

0 commit comments

Comments
 (0)