src/integration/pages/articles/pidginEmbedImages/__snapshots__/amp.test.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`AMP Articles Embed Images should match snapshot 1`] = `
<div
  class="bbc-1oz17mt"
  data-e2e="embed-image"
>
  <div
    class="bbc-j1srjl"
    style="padding-bottom:82.34%;overflow:hidden"
  >
    <amp-img
      alt="CPS vs Optimo usage. .  ."
      class="bbc-image"
      fallback=""
      height="1054"
      layout="responsive"
      src="https://ichef.bbci.co.uk/news/1280/idt2-test/idt2/793f648b-b17f-489a-a473-9e5a71f12684/image/640"
      width="1280"
    />
  </div>
</div>
`;