mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
wait for audio tile to load more (#11242)
This commit is contained in:
parent
2ff966e802
commit
db52cdd02d
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ describe("Audio player", () => {
|
|||
// Wait until the file is sent
|
||||
cy.get(".mx_RoomView_statusArea_expanded").should("not.exist");
|
||||
cy.get(".mx_EventTile.mx_EventTile_last .mx_EventTile_receiptSent").should("exist");
|
||||
// wait for the tile to finish loading
|
||||
cy.get(".mx_AudioPlayer_mediaName").should("exist");
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue