Skip to content

Commit

Permalink
Revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Jul 25, 2024
1 parent 1cf968f commit f7b2406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blocks/services/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import save from './save';
*/
import { __ } from '@wordpress/i18n';
import { Icon } from '@wordpress/components';

/**
* Block constants.
*/
Expand Down
3 changes: 2 additions & 1 deletion src/blocks/services/test/services.cypress.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ describe( 'Test CoBlocks Services Block', function() {
cy.get( 'div.block-editor-block-mover' ).should( 'have.class', 'is-horizontal' );

// Select parent block
cy.get( '.edit-post-visual-editor [data-type="coblocks/services"]:first-child' ).click( 'topLeft' );
helpers.selectBlock( 'services' );

helpers.setInputValue( 'Services settings', 'Columns', 1, false );

cy.get( '.edit-post-visual-editor [data-type="coblocks/service"]:first-child' ).click();
Expand Down

0 comments on commit f7b2406

Please sign in to comment.