Skip to content

Commit 965c936

Browse files
test all free charts
1 parent e182ba8 commit 965c936

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cypress/integration/free-gutenberg.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ describe('Test Free - gutenberg', function() {
1010
});
1111

1212
it('Create all charts', function() {
13-
//cy.create_available_charts(Cypress.env('chart_types').free);
14-
cy.create_available_charts(1);
13+
cy.create_available_charts(Cypress.env('chart_types').free);
14+
//cy.create_available_charts(1);
1515
});
1616

1717
it.skip('Verify insertion of charts - using load more', function() {
@@ -107,9 +107,9 @@ charts = [1];
107107

108108
var charts = [];
109109
for(var i = 1; i <= parseInt(Cypress.env('chart_types').free); i++){
110-
//charts.push(i);
110+
charts.push(i);
111111
}
112-
charts.push(1);
112+
//charts.push(1);
113113

114114
cy.wrap(charts).each((num, i, array) => {
115115
cy.get('.visualizer-settings .visualizer-settings__charts-single:nth-child(' + num + ')').then( ($chart) => {

0 commit comments

Comments
 (0)