Skip to content

Commit 1677428

Browse files
committed
remove only attribute
1 parent c2ae89a commit 1677428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/button/button-block.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe( 'Button Block', () => {
4747
cy.postContentMatchesSnapshot();
4848
} );
4949

50-
it.only( 'Style should be visible in UI', () => {
50+
it( 'Style should be visible in UI', () => {
5151
cy.insertButtonBlock();
5252

5353
// Check default button style

0 commit comments

Comments
 (0)