Skip to content

Commit e03b4d8

Browse files
Merge pull request #574 from contactashish13/issue-567
syntax error
2 parents c588b95 + 1aadbb5 commit e03b4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/free-lifecycle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('Test Free - lifecycle', function() {
4040
const $body = $iframe.contents().find('body');
4141

4242
// 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 ) );
43+
cy.wrap($body).find('.type-box').should( "have.length", Cypress.env('chart_types').free + parseInt( Cypress.env('chart_types').pro ) );
4444

4545
// chart selection screen - pro types
4646
cy.wrap($body).find('.type-box span.visualizder-pro-label').should( "have.length", Cypress.env('chart_types').pro );

0 commit comments

Comments
 (0)