Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Sep 6, 2024
1 parent fc61450 commit ac2a6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/video/video.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('script: video', () => {
await setTestPage(
'/test',
`${renderComponent('video', EXAMPLE_VIDEO_VIMEO)}
<div class="ons-cookies-banner ons-u-db"><button class="ons-js-accept-cookies">Accept</button></div>`,
<div class="ons-cookies-banner ons-u-db"><button class="ons-js-accept-cookies">Accept</button></div>`,
);
await page.click('.ons-js-accept-cookies');

Expand Down

0 comments on commit ac2a6a0

Please sign in to comment.