Skip to content

Commit

Permalink
test(SLB-315): update schema tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chindris committed May 21, 2024
1 parent 13e5607 commit 634aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schema/specs/links.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test('Links', async () => {
{
"__typename": "BlockMarkup",
"markup": "
<p><a href="/sites/default/files/2023-04/document_docx.docx" data-type="Media: Document" data-id="[id]">link to file</a></p>
<p><a href="/sites/default/files/2023-04/document_docx.docx" data-type="Media: Document" data-id="[id]" data-entity-type="media">link to file</a></p>
<p><a href="/en/privacy" data-type="Content: Basic page" data-id="[id]" data-entity-type="node">link to page</a></p>
",
Expand Down

0 comments on commit 634aeea

Please sign in to comment.