-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Automated Testing]: Fix wrong button fixture
- Loading branch information
1 parent
cc5f805
commit f8de804
Showing
4 changed files
with
1 addition
and
18 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
test/integration/fixtures/blocks/core__button__border_radius__deprecated.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
test/integration/fixtures/blocks/core__button__border_radius__deprecated.serialized.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> | ||
|
||
|