Skip to content

Commit

Permalink
e2e: Fixed recording test
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Aug 2, 2024
1 parent 2170502 commit dec5c47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openvidu-call-front/e2e/recording.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ describe('Testing recordings', () => {
await utils.waitForElement('.recording-item');
expect(await utils.getNumberOfElements('.recording-item')).equals(1);

await browser.sleep(2000);

await utils.deleteRecording();

await browser.sleep(500);
Expand Down

0 comments on commit dec5c47

Please sign in to comment.