Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Oct 29, 2024
1 parent 86ff92d commit b4112cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/tests/functional/CustomBlocks.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ describe('Custom Block Manager plugin tests', function() {

// FIXME: The settings area has to be reloaded before the new block will appear.a
// This click should be unnecessary.
cy.reload();
cy.get('nav').contains('Settings').click();
// Ensure submenu item click despite animation
cy.get('nav').contains('Website').click({ force: true });
Expand Down

0 comments on commit b4112cf

Please sign in to comment.