Comment fixed

t3chguy/dedup-icons-17oct
Mikhail Aheichyk 2023-01-16 11:30:29 +03:00
parent 7c24e8ce01
commit 097d7fb5eb
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ describe("Widget Events", () => {
await bot.invite(roomNew, user.userId, "something changed in the room");
// widget should receive updated 'net.room.topic' event after re-invite
// widget should receive updated 'm.room.topic' event after re-invite
cy.window().then(async (win) => {
await waitForRoom(win, roomId, (room) => {
const events = room.getLiveTimeline().getEvents();