File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ Task,Hours per Day
2
+ string,number
3
+ Work,11
4
+ Eat,2
5
+ Commute,2
6
+ Watch TV,2
7
+ Sleep,7
Original file line number Diff line number Diff line change @@ -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' } ) ;
You can’t perform that action at this time.
0 commit comments