ov-components: Fixed chat e2e tests

pull/839/head
Carlos Santos 2024-07-30 16:42:21 +02:00
parent 4c9e949133
commit 2d6ab64d00
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}); });
}); });