Skip to content

Commit

Permalink
Snapshot for lite homepage integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
karinathomasbbc committed Jan 31, 2025
1 parent 167a7fd commit d7a8308
Showing 1 changed file with 70 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Lite Site Home Page Lite Site Cta should match snapshot 1`] = `
<section
aria-labelledby="LiteSiteCta"
class="bbc-1x0h7k"
data-e2e="lite-cta"
role="region"
>
<strong
class="bbc-ory9gk"
hidden=""
id="LiteSiteCta"
>
Ahagusaba uburyo (ama mega) buke
</strong>
<div
class="bbc-zudp5j"
>
<p
class="bbc-11k1lfi"
>
Uriko ubona ku rubuga aherekana amakuru mu nyandiko gusa, hakoresha uburyo buke. Ja ku rubuga nyamukuru ubone amakuru mu nyandiko iherekejwe n'amasanamu.
</p>
<p
class="bbc-vit5au"
data-e2e="to-main-site"
>
<a
class="bbc-16f79jf"
data-ignore-lite="true"
href="http://localhost:7080/gahuza"
>
<span
class="bbc-x7bqmd"
>
Njana ku rubuga nyamukuru canke aho gusoma gusa
</span>
<svg
aria-hidden="true"
class="bbc-2wok52"
focusable="false"
height="12"
viewBox="0 0 32 32"
width="12"
>
<path
d="M21.6 14.3L5.5 31h6.4l14.6-15L11.9 1H5.5l16.1 16.7v-3.4z"
/>
</svg>
</a>
</p>
<p
class="bbc-vit5au"
data-e2e="information-page"
>
<a
class="bbc-gcewl8"
href="https://www.bbc.com/gahuza/articles/cn7y7pvem0vo.lite"
>
<span
class="bbc-1qfjcgd"
>
Ibindi vyerekeye ingene urwo rubuga rugutwara uburyo (ama mega) buke
</span>
</a>
</p>
</div>
</section>
`;

0 comments on commit d7a8308

Please sign in to comment.