Skip to content

Commit

Permalink
test: force click on query block
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Sep 18, 2024
1 parent 9f64fe1 commit 1b6dd28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ describe('Query No Results Block → Inner Blocks', () => {
appendBlocks(testContent);

// Select target block
cy.getBlock('core/query').click();
cy.getBlock('core/query-no-results').click();
cy.getBlock('core/query').click({ force: true });
cy.getBlock('core/query-no-results').click({ force: true });

// open inner block settings
openInnerBlocksExtension();
Expand Down

0 comments on commit 1b6dd28

Please sign in to comment.