-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snapshot for lite homepage integration test
- Loading branch information
1 parent
167a7fd
commit d7a8308
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
70 changes: 70 additions & 0 deletions
70
src/integration/pages/homePage/gahuzaLiteSite/__snapshots__/lite.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
`; |