@@ -21,7 +21,7 @@ describe('Test Free - sources', function() {
21
21
} ) ;
22
22
23
23
// edit the created chart
24
- cy . get ( '.visualizer-chart-action.visualizer-chart-edit' ) . first ( ) . click ( ) ;
24
+ cy . get ( '.visualizer-chart-action.visualizer-chart-edit' ) . first ( ) . click ( { force : true } ) ;
25
25
26
26
cy . wait ( Cypress . env ( 'wait' ) ) ;
27
27
@@ -31,7 +31,7 @@ describe('Test Free - sources', function() {
31
31
32
32
cy . wrap ( $body ) . find ( '.viz-group-title.visualizer-src-tab' ) . first ( ) . click ( ) ;
33
33
34
- const fileName = 'area .csv' ;
34
+ const fileName = 'pie .csv' ;
35
35
// select file to upload
36
36
cy . fixture ( fileName ) . then ( fileContent => {
37
37
cy . wrap ( $body ) . find ( '#csv-file' ) . upload ( { fileContent, fileName, mimeType : 'text/csv' } ) ;
@@ -69,8 +69,8 @@ describe('Test Free - sources', function() {
69
69
cy . wrap ( $body ) . find ( '.viz-section-title' ) . first ( ) . click ( ) ;
70
70
} ) ;
71
71
72
- const fileName = Cypress . env ( 'urls' ) . samples + 'pie .csv' ;
73
- cy . wrap ( $body ) . find ( 'input[type="url"]#remote-data ' ) . clear ( ) . type ( fileName , { force :true } ) ;
72
+ const fileName = Cypress . env ( 'urls' ) . samples + 'area .csv' ;
73
+ cy . wrap ( $body ) . find ( 'input[type="url"]#vz-schedule-url ' ) . clear ( ) . type ( fileName , { force :true } ) ;
74
74
cy . wrap ( $body ) . find ( '#view-remote-file' ) . click ( ) . then ( ( ) => {
75
75
cy . wait ( Cypress . env ( 'wait' ) ) ;
76
76
cy . wrap ( $body ) . find ( '#settings-button' ) . click ( ) ;
0 commit comments