Skip to content

Commit

Permalink
Change selector in services block test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Jul 25, 2024
1 parent 82e9bba commit 61564a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/blocks/services/test/services.cypress.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ describe( 'Test CoBlocks Services Block', function() {
cy.get( 'div.block-editor-block-mover' ).should( 'have.class', 'is-horizontal' );

// Select parent block
helpers.selectBlock( 'services' );

cy.get( '.edit-post-visual-editor [data-type="coblocks/services"]:first-child' ).click();
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 61564a8

Please sign in to comment.