ov-components: Fixed chat e2e tests
This commit is contained in:
parent
4c9e949133
commit
2d6ab64d00
@ -111,7 +111,7 @@ describe('Testing CHAT features', () => {
|
||||
|
||||
await utils.clickOn('#send-btn');
|
||||
|
||||
await utils.waitForElement('.msg-content a');
|
||||
expect(await utils.isPresent('.msg-content a')).to.be.true;
|
||||
await utils.waitForElement('.chat-message a');
|
||||
expect(await utils.isPresent('.chat-message a')).to.be.true;
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user