File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ describe('Test Free - gutenberg', function() {
10
10
} ) ;
11
11
12
12
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);
15
15
} ) ;
16
16
17
17
it . skip ( 'Verify insertion of charts - using load more' , function ( ) {
@@ -107,9 +107,9 @@ charts = [1];
107
107
108
108
var charts = [ ] ;
109
109
for ( var i = 1 ; i <= parseInt ( Cypress . env ( 'chart_types' ) . free ) ; i ++ ) {
110
- // charts.push(i);
110
+ charts . push ( i ) ;
111
111
}
112
- charts . push ( 1 ) ;
112
+ // charts.push(1);
113
113
114
114
cy . wrap ( charts ) . each ( ( num , i , array ) => {
115
115
cy . get ( '.visualizer-settings .visualizer-settings__charts-single:nth-child(' + num + ')' ) . then ( ( $chart ) => {
You can’t perform that action at this time.
0 commit comments