Skip to content

Commit

Permalink
chore(pnpm): Fixing tests - FRONT-4693
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Dec 11, 2024
1 parent 04f6ef4 commit 06de858
Show file tree
Hide file tree
Showing 6 changed files with 446 additions and 445 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"start:ec": "(cd src/presets/ec && npm run watch) & cd src/playground/ec && npm run start",
"start:eu": "(cd src/presets/eu && npm run watch) & cd src/playground/eu && npm run start",
"start:website": "cd src/website && npm run start",
"test": "pnpm recursive run test:*",
"test": "run-p test:*",
"test:components": "jest --verbose",
"test:coding-conventions": "npm run lint && npm run pretty-check",
"update-version": "scripts/update-version.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,10 +548,10 @@ exports[`Banner Video renders correctly 1`] = `
data-ecl-banner-video=""
loop=""
muted=""
poster="https://vod.prd.commavservices.eu/12/224712/THUMB_I224712EN1W_V_1.jpg"
poster="https://euc-vod.fl.freecaster.net/12/224712/THUMB_I224712EN1W_V_1.jpg"
>
<source
src="https://vod.prd.commavservices.eu/12/224712/LR_I224712EN1W.mp4"
src="https://euc-vod.fl.freecaster.net/12/224712/HD_I224712EN1W.mp4"
type="video/mp4"
/>
</video>
Expand Down Expand Up @@ -703,10 +703,10 @@ exports[`Banner Video renders correctly with extra attributes for the video 1`]
data-test-extra-attribute=""
loop=""
muted=""
poster="https://vod.prd.commavservices.eu/12/224712/THUMB_I224712EN1W_V_1.jpg"
poster="https://euc-vod.fl.freecaster.net/12/224712/THUMB_I224712EN1W_V_1.jpg"
>
<source
src="https://vod.prd.commavservices.eu/12/224712/LR_I224712EN1W.mp4"
src="https://euc-vod.fl.freecaster.net/12/224712/HD_I224712EN1W.mp4"
type="video/mp4"
/>
</video>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
exports[`Gallery Default renders correctly 1`] = `
<jest>
<section
aria-label="Open gallery items to view images in original size, watch videos and share them"
class="ecl-gallery"
data-ecl-auto-init="Gallery"
data-ecl-gallery=""
Expand Down Expand Up @@ -1161,7 +1160,6 @@ exports[`Gallery Default renders correctly 1`] = `
exports[`Gallery Default renders correctly with extra attributes 1`] = `
<jest>
<section
aria-label="Open gallery items to view images in original size, watch videos and share them"
class="ecl-gallery"
data-ecl-auto-init="Gallery"
data-ecl-gallery=""
Expand Down Expand Up @@ -2321,7 +2319,6 @@ exports[`Gallery Default renders correctly with extra attributes 1`] = `
exports[`Gallery Default renders correctly with extra class names 1`] = `
<jest>
<section
aria-label="Open gallery items to view images in original size, watch videos and share them"
class="ecl-gallery custom-class custom-class--test"
data-ecl-auto-init="Gallery"
data-ecl-gallery=""
Expand Down Expand Up @@ -3479,7 +3476,6 @@ exports[`Gallery Default renders correctly with extra class names 1`] = `
exports[`Gallery Default renders correctly with old data 1`] = `
<jest>
<section
aria-label="Open gallery items to view images in original size, watch videos and share them"
class="ecl-gallery"
data-ecl-auto-init="Gallery"
data-ecl-gallery=""
Expand Down Expand Up @@ -4637,7 +4633,6 @@ exports[`Gallery Default renders correctly with old data 1`] = `
exports[`Gallery Grid renders correctly 1`] = `
<jest>
<section
aria-label="Open gallery items to view images in original size, watch videos and share them"
class="ecl-gallery ecl-gallery--grid ecl-gallery--template-0 ecl-gallery--col-3 ecl-gallery--ratio-3-2"
data-ecl-auto-init="Gallery"
data-ecl-gallery=""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ exports[`Media Container video as autoplay renders correctly 1`] = `
muted=""
>
<source
src="https://vod.prd.commavservices.eu/12/224712/LR_I224712EN1W.mp4"
src="https://euc-vod.fl.freecaster.net/12/224712/HD_I224712EN1W.mp4"
type="video/mp4"
/>
</video>
Expand Down Expand Up @@ -252,10 +252,10 @@ exports[`Media Container video renders correctly 1`] = `
class="ecl-video ecl-media-container__media"
controls=""
data-ecl-media-container-video=""
poster="https://vod.prd.commavservices.eu/12/224712/THUMB_I224712EN1W_V_1.jpg"
poster="https://euc-vod.fl.freecaster.net/12/224712/THUMB_I224712EN1W_V_1.jpg"
>
<source
src="https://vod.prd.commavservices.eu/12/224712/LR_I224712EN1W.mp4"
src="https://euc-vod.fl.freecaster.net/12/224712/HD_I224712EN1W.mp4"
type="video/mp4"
/>
</video>
Expand Down
Loading

0 comments on commit 06de858

Please sign in to comment.