Skip to content

Commit 9b28024

Browse files
cypress: list no longer available
1 parent b77c019 commit 9b28024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/integration/free-lifecycle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ 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 ) + 1 );
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
19-
cy.get('li.visualizer-list-item a.visualizer-pro-only').should( "have.length", parseInt( Cypress.env('chart_types').pro ) );
19+
//cy.get('li.visualizer-list-item a.visualizer-pro-only').should( "have.length", parseInt( Cypress.env('chart_types').pro ) );
2020

2121
// upsell
2222
cy.get('.visualizer-sidebar-box').should( "have.length", 1 );

0 commit comments

Comments
 (0)