Skip to content

Commit

Permalink
[Automated Testing]: Fix wrong button fixture (#48305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored Feb 22, 2023
1 parent 7ac57f9 commit 55880c1
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 -->


1 comment on commit 55880c1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 55880c1.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4241990687
📝 Reported issues:

Please sign in to comment.