Skip to content

Commit 90b36db

Browse files
build: WP 5.4
1 parent e5108b0 commit 90b36db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/free-gutenberg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('Test Free - gutenberg', function() {
2929
});
3030

3131
// see the block has the correct elements.
32-
cy.get('div[data-type="visualizer/chart"]').should('have.length', (i + 1));
32+
cy.get('div[data-type="visualizer/chart"]').should('have.length', (i + 2));
3333

3434
cy.get('div[data-type="visualizer/chart"]:nth-child(' + (i + 1) + ')').then( ($block) => {
3535
cy.wrap($block).find('.visualizer-settings__content-option').should('have.length', 2);

0 commit comments

Comments
 (0)