src/app/components/MostRead/Section/__snapshots__/index.test.tsx.snap

Summary

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

exports[`MostReadSectionLabel assertion should render most-read section with correct attributes 1`] = `
<div>
  <section
    aria-labelledby="Most-Read"
    data-e2e="most-read"
    data-testid="most-read"
    role="region"
  >
    Some child content
  </section>
</div>
`;