diff --git a/cypress/integration/api_spec.js b/cypress/integration/api_spec.js index 0b5b5f2..5af1710 100644 --- a/cypress/integration/api_spec.js +++ b/cypress/integration/api_spec.js @@ -68,6 +68,6 @@ describe('getPalette()', function() { // FULL TEST LIST = [1, 2, 3, 5, 7, 10, 20]; // Non-breaking tests - let testCounts = [5, 7]; + let testCounts = [2, 3, 5, 7, 10, 20]; testCounts.forEach((count) => testPaletteCount(count)) })