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 61564a8 commit cb142d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/services/test/services.cypress.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ 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();
cy.get( '.edit-post-visual-editor [data-type="coblocks/services"]:first-child' ).click( 'topLeft' );
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 cb142d9

Please sign in to comment.