Comment fixed
This commit is contained in:
parent
7c24e8ce01
commit
097d7fb5eb
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ describe("Widget Events", () => {
|
||||||
|
|
||||||
await bot.invite(roomNew, user.userId, "something changed in the room");
|
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) => {
|
cy.window().then(async (win) => {
|
||||||
await waitForRoom(win, roomId, (room) => {
|
await waitForRoom(win, roomId, (room) => {
|
||||||
const events = room.getLiveTimeline().getEvents();
|
const events = room.getLiveTimeline().getEvents();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue