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 a875ac5 commit 1aadbb5Copy full SHA for 1aadbb5
cypress/integration/free-lifecycle.js
@@ -40,7 +40,7 @@ describe('Test Free - lifecycle', function() {
40
const $body = $iframe.contents().find('body');
41
42
// chart selection screen - types
43
- cy.wrap($body).find('.type-box').should( "have.length", Cypress.env('chart_types').free ) + parseInt( Cypress.env('chart_types').pro ) );
+ cy.wrap($body).find('.type-box').should( "have.length", Cypress.env('chart_types').free + parseInt( Cypress.env('chart_types').pro ) );
44
45
// chart selection screen - pro types
46
cy.wrap($body).find('.type-box span.visualizder-pro-label').should( "have.length", Cypress.env('chart_types').pro );
0 commit comments