Skip to content

Commit

Permalink
replace snapshots so that message banner image is not expected to be …
Browse files Browse the repository at this point in the history
…webp
  • Loading branch information
LilyL0u committed May 24, 2024
1 parent f961af8 commit 5a7f015
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -811,3 +811,12 @@ exports[`AMP Home Page messageBanner has a webp image 1`] = `
style="aspect-ratio:16 / 9"
/>
`;

exports[`AMP Home Page messageBanner has an image 1`] = `
<img
alt=""
class="bbc-139onq"
src="https://ichef.test.bbci.co.uk/ace/standard/raw/cpsdevpb/0af7/test/5a5151c0-a3aa-11ed-9015-6935ab4fa6ca.png"
style="aspect-ratio:16 / 9"
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -714,3 +714,12 @@ exports[`Canonical Home Page messageBanner has a webp image 1`] = `
style="aspect-ratio:16 / 9"
/>
`;

exports[`Canonical Home Page messageBanner has an image 1`] = `
<img
alt=""
class="bbc-139onq"
src="https://ichef.test.bbci.co.uk/ace/standard/raw/cpsdevpb/0af7/test/5a5151c0-a3aa-11ed-9015-6935ab4fa6ca.png"
style="aspect-ratio:16 / 9"
/>
`;

0 comments on commit 5a7f015

Please sign in to comment.