Skip to content

Commit 81e5c15

Browse files
Merge pull request #572 from contactashish13/issue-567
cypress failure
2 parents ad5263b + d8ca288 commit 81e5c15

File tree

2 files changed

+123
-121
lines changed

2 files changed

+123
-121
lines changed

cypress/integration/free-lifecycle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('Test Free - lifecycle', function() {
1313
cy.visit(Cypress.env('urls').library );
1414

1515
// chart types
16-
cy.get('li.visualizer-list-item').should( "have.length", parseInt( Cypress.env('chart_types').free ) + parseInt( Cypress.env('chart_types').pro ) );
16+
cy.get('li.visualizer-list-item').should( "have.length", parseInt( Cypress.env('chart_types').free ) + parseInt( Cypress.env('chart_types').pro ) + 1 );
1717

1818
// pro chart types
1919
cy.get('li.visualizer-list-item a.visualizer-pro-only').should( "have.length", parseInt( Cypress.env('chart_types').pro ) );

0 commit comments

Comments
 (0)