Skip to content

Commit

Permalink
fix(slb-306): updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elistone committed May 20, 2024
1 parent c81bd73 commit 4e7bdc8
Showing 1 changed file with 1 addition and 58 deletions.
59 changes: 1 addition & 58 deletions tests/schema/specs/blocks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,69 +270,12 @@ test('Blocks', async () => {
"textContent": {
"markup": "
<ul><li>Moitié-moitié</li><li>Fribourgeoise</li></ul>
<p>Incididunt laborum velit non proident nostrud velit. Minim excepteur ut aliqua nisi. Culpa laboris consectetur proident. Tempor esse ullamco et dolor proident id officia laborum voluptate nostrud elit dolore qui amet. Ex Lorem irure eu anim ipsum officia.</p>
"__typename": "BlockInfoGrid",
"items": [
{
"cta": {
"icon": "ARROW",
"iconPosition": null,
"openInNewTab": null,
"text": "Nullam dictum felis",
"url": "/en/page-links",
},
"icon": "EMAIL",
"textContent": {
"markup": "
<h3 class="wp-block-custom-heading">Email us:</h3>
<p>Email us for general queries, including marketing and partnership opportunities.</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
",
},
},
{
"cta": {
"icon": null,
"iconPosition": null,
"openInNewTab": null,
"text": "Duis lobortis massa",
"url": "/en/technologies",
},
"icon": "PHONE",
"textContent": {
"markup": "
<h3 class="wp-block-custom-heading">Call us:</h3>
<p>Call us to speak to a member of our team. We are always happy to help.</p>
<p><a href="tel:+16467865060">+1 (646) 786-5060</a></p>
<p>Incididunt laborum velit non proident nostrud velit. Minim excepteur ut aliqua nisi. Culpa laboris consectetur proident. Tempor esse ullamco et dolor proident id officia laborum voluptate nostrud elit dolore qui amet. Ex Lorem irure eu anim ipsum officia.</p>
",
},
"title": "With a list and a paragraph and arrow icon",
},
],
},
},
{
"cta": {
"icon": null,
"iconPosition": null,
"openInNewTab": true,
"text": "Nunc nulla",
"url": "http://www.google.com",
},
"icon": "LIFE-RING",
"textContent": {
"markup": "
<h3 class="wp-block-custom-heading">Support</h3>
<p>Check out helpful resources, FAQs and developer tools.</p>
",
},
},
],
},
],
Expand Down

0 comments on commit 4e7bdc8

Please sign in to comment.