Skip to content

Commit 9a32e82

Browse files
Exclude table chart in cypress test Codeinwp/visualizer-pro#313
1 parent b2d0624 commit 9a32e82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"samples": "https://s3.amazonaws.com/downloads.themeisle.com/samples-visualizer/"
99
},
1010
"chart_types": {
11-
"free": 3,
11+
"free": 4,
1212
"pro": 11
1313
},
1414
"features_locked": {

cypress/integration/gutenberg/free-gutenberg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Test Free - gutenberg', function() {
1212
});
1313

1414
it('Create charts', function() {
15-
cy.create_available_charts(Cypress.env('chart_types').free, 'GoogleCharts');
15+
cy.create_available_charts(Cypress.env('chart_types').free - 1, 'GoogleCharts');
1616
});
1717

1818
it('Verify insertion of charts', function() {

0 commit comments

Comments
 (0)