Skip to content

Commit

Permalink
Fixtures: Add Site Title block fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Sep 16, 2019
1 parent 0c4f9c3 commit ef1b9d6
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e-tests/fixtures/blocks/core__site-title.html
@@ -0,0 +1 @@
<!-- wp:site-title /-->
10 changes: 10 additions & 0 deletions packages/e2e-tests/fixtures/blocks/core__site-title.json
@@ -0,0 +1,10 @@
[
{
"clientId": "_clientId_0",
"name": "core/site-title",
"isValid": true,
"attributes": {},
"innerBlocks": [],
"originalContent": ""
}
]
18 changes: 18 additions & 0 deletions packages/e2e-tests/fixtures/blocks/core__site-title.parsed.json
@@ -0,0 +1,18 @@
[
{
"blockName": "core/site-title",
"attrs": {},
"innerBlocks": [],
"innerHTML": "",
"innerContent": []
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
"innerHTML": "\n",
"innerContent": [
"\n"
]
}
]
@@ -0,0 +1 @@
<!-- wp:site-title /-->

0 comments on commit ef1b9d6

Please sign in to comment.