File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ describe('Test Free - gutenberg', function() {
13
13
cy . create_available_charts ( Cypress . env ( 'chart_types' ) . free ) ;
14
14
} ) ;
15
15
16
- it ( 'Verify insertion of charts' , function ( ) {
16
+ it . skip ( 'Verify insertion of charts' , function ( ) {
17
17
cy . visit ( '/post-new.php' ) ;
18
18
19
19
// get rid of that irritating popup
@@ -45,8 +45,10 @@ describe('Test Free - gutenberg', function() {
45
45
for ( var i = page * 6 ; i < ( ( ( page * 6 ) + 6 ) > Cypress . env ( 'chart_types' ) . free ? Cypress . env ( 'chart_types' ) . free : ( ( page * 6 ) + 6 ) ) ; i ++ ) {
46
46
charts . push ( i + 1 ) ;
47
47
}
48
+ console . log ( page + " added " + charts ) ;
48
49
} ) . then ( ( ) => {
49
50
cy . wrap ( charts ) . each ( ( num , i , array ) => {
51
+ console . log ( "loading " + num + " on " + page ) ;
50
52
if ( page > 0 ) {
51
53
// click load more for every page except the first.
52
54
cy . get ( '.visualizer-settings' ) . then ( ( $div ) => {
You can’t perform that action at this time.
0 commit comments