Skip to content

Commit

Permalink
[Automated Testing]: Fix wrong button fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Feb 22, 2023
1 parent cc5f805 commit f8de804
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- wp:button {"borderRadius":25} -->
<div class="wp-block-button"><a class="wp-block-button__link" style="border-radius:25px">My button</a></div>
<!-- /wp:button --></div>
<!-- /wp:button -->
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,5 @@
}
},
"innerBlocks": []
},
{
"name": "core/freeform",
"isValid": true,
"attributes": {
"content": ""
},
"innerBlocks": []
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,5 @@
"innerContent": [
"\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" style=\"border-radius:25px\">My button</a></div>\n"
]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
"innerHTML": "</div>",
"innerContent": [ "</div>" ]
}
]
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- wp:button {"style":{"border":{"radius":"25px"}}} -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="border-radius:25px">My button</a></div>
<!-- /wp:button -->


0 comments on commit f8de804

Please sign in to comment.