Skip to content

Commit 6004486

Browse files
update cypress tests
1 parent efffe37 commit 6004486

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"samples": "https://s3.amazonaws.com/downloads.themeisle.com/samples-visualizer/"
66
},
77
"chart_types": {
8-
"free": 9,
8+
"free": 8,
99
"pro": 6
1010
},
1111
"features_locked": {

cypress/integration/free-sources.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ describe('Test Free - sources', function() {
140140

141141
cy.wrap($body).find('.json-table tbody tr td select').each( function( el, index ) {
142142
if(index === 0){
143-
cy.wrap(el).select('date');
143+
cy.wrap(el).select('date', {force: true});
144144
}else{
145-
cy.wrap(el).select('number');
145+
cy.wrap(el).select('number', {force: true});
146146
}
147147
});
148148
cy.wrap($body).find('#json-chart-button').click().then( () => {

0 commit comments

Comments
 (0)