mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Comment fixed
This commit is contained in:
parent
7c24e8ce01
commit
097d7fb5eb
@ -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…
Reference in New Issue
Block a user