Skip to content

Commit

Permalink
ov-components: Fixed chat e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jul 30, 2024
1 parent 4c9e949 commit 2d6ab64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openvidu-components-angular/e2e/webcomponent-e2e/chat.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
});

0 comments on commit 2d6ab64

Please sign in to comment.