Skip to content

Commit

Permalink
update home-link fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar committed Jun 14, 2021
1 parent 374ad2e commit 297a511
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-tests/fixtures/blocks/core__home-link.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- wp:home-link {"label":"Home"} /-->
<!-- wp:home-link /-->
4 changes: 1 addition & 3 deletions packages/e2e-tests/fixtures/blocks/core__home-link.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"clientId": "_clientId_0",
"name": "core/home-link",
"isValid": true,
"attributes": {
"label": "Home"
},
"attributes": {},
"innerBlocks": [],
"originalContent": ""
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[
{
"blockName": "core/home-link",
"attrs": {
"label": "Home"
},
"attrs": {},
"innerBlocks": [],
"innerHTML": "",
"innerContent": []
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- wp:home-link {"label":"Home"} /-->
<!-- wp:home-link /-->

0 comments on commit 297a511

Please sign in to comment.