We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363d924 commit d8ca288Copy full SHA for d8ca288
cypress/integration/free-lifecycle.js
@@ -13,7 +13,7 @@ describe('Test Free - lifecycle', function() {
13
cy.visit(Cypress.env('urls').library );
14
15
// chart types
16
- cy.get('li.visualizer-list-item').should( "have.length", parseInt( Cypress.env('chart_types').free ) + parseInt( Cypress.env('chart_types').pro ) );
+ cy.get('li.visualizer-list-item').should( "have.length", parseInt( Cypress.env('chart_types').free ) + parseInt( Cypress.env('chart_types').pro ) + 1 );
17
18
// pro chart types
19
cy.get('li.visualizer-list-item a.visualizer-pro-only').should( "have.length", parseInt( Cypress.env('chart_types').pro ) );
0 commit comments