Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Sep 9, 2024
1 parent ec1c727 commit 15cdc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/video/video.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('script: video', () => {

const src = await page.$eval('.ons-js-video-iframe', (node) => node.getAttribute('src'));

await setTimeout(50);
await setTimeout(100);

expect(src.includes('?dnt=1')).toBe(true);
}, 10000);
Expand Down Expand Up @@ -128,7 +128,7 @@ describe('script: video', () => {

const src = await page.$eval('.ons-js-video-iframe', (node) => node.getAttribute('src'));

await setTimeout(50);
await setTimeout(100);

expect(src.includes('?dnt=1')).toBe(true);
}, 10000);
Expand Down

0 comments on commit 15cdc58

Please sign in to comment.