File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ describe('Test Free - lifecycle', function() {
29
29
var first_chart_exists = '' ;
30
30
var first_chart_created = '' ;
31
31
32
- it . skip ( 'Create default chart' , function ( ) {
32
+ it ( 'Create default chart' , function ( ) {
33
33
cy . visit ( Cypress . env ( 'urls' ) . library ) . then ( ( ) => {
34
34
first_chart_exists = Cypress . $ ( 'div.visualizer-chart div.visualizer-chart-canvas' ) . first ( ) . attr ( 'id' ) ;
35
35
} ) ;
@@ -78,7 +78,7 @@ describe('Test Free - lifecycle', function() {
78
78
} ) ;
79
79
} ) ;
80
80
81
- it . skip ( 'Clone chart' , function ( ) {
81
+ it ( 'Clone chart' , function ( ) {
82
82
cy . visit ( Cypress . env ( 'urls' ) . library ) ;
83
83
84
84
cy . get ( '.visualizer-chart-action.visualizer-chart-clone' ) . first ( ) . click ( { force :true } ) ;
@@ -96,7 +96,7 @@ describe('Test Free - lifecycle', function() {
96
96
// Note: In google charts some parts are different for identical charts.
97
97
} ) ;
98
98
99
- it . skip ( 'Delete chart' , function ( ) {
99
+ it ( 'Delete chart' , function ( ) {
100
100
cy . visit ( Cypress . env ( 'urls' ) . library ) ;
101
101
102
102
cy . get ( '.visualizer-chart-action.visualizer-chart-delete' ) . first ( ) . click ( { force :true } ) . then ( ( ) => {
You can’t perform that action at this time.
0 commit comments