mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Fixed chat e2e tests
parent
4c9e949133
commit
2d6ab64d00
|
@ -111,7 +111,7 @@ describe('Testing CHAT features', () => {
|
||||||
|
|
||||||
await utils.clickOn('#send-btn');
|
await utils.clickOn('#send-btn');
|
||||||
|
|
||||||
await utils.waitForElement('.msg-content a');
|
await utils.waitForElement('.chat-message a');
|
||||||
expect(await utils.isPresent('.msg-content a')).to.be.true;
|
expect(await utils.isPresent('.chat-message a')).to.be.true;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue