Skip to content

Commit

Permalink
fix video test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Nov 30, 2024
1 parent f8f0cce commit e10feea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions e2e-tests/test/m-video.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ describe("m-video", () => {

await setDocumentTime(page, 10000);

// Allow time for the next frame to render
await new Promise((resolve) => setTimeout(resolve, 100));

await takeAndCompareScreenshot(page, 0.02);

await page.close();
Expand Down

0 comments on commit e10feea

Please sign in to comment.