{"ScriptPreparationCode":null,"TestCases":[{"Name":"no length check","Code":"const filtersSlugKeys = [\u0027make\u0027, \u0027model\u0027, \u0027trim\u0027, \u0027body\u0027, \u0027color\u0027, \u0027fueltype\u0027, \u0027cc\u0027, \u0027gearbox\u0027, \u0027seats\u0027, \u0027doors\u0027];\r\nlet a = false;\r\n\r\nif (\r\n filtersSlugKeys.some(key =\u003E ![\u0027make\u0027, \u0027model\u0027, \u0027page\u0027].includes(key))\r\n ) {\r\n a = true;\r\n }","IsDeferred":false},{"Name":"length check ","Code":"const filtersSlugKeys = [\u0027make\u0027, \u0027model\u0027, \u0027trim\u0027, \u0027body\u0027, \u0027color\u0027, \u0027fueltype\u0027, \u0027cc\u0027, \u0027gearbox\u0027, \u0027seats\u0027, \u0027doors\u0027];\r\nlet a = false;\r\n\r\nif (\r\n filtersSlugKeys.some(key =\u003E ![\u0027make\u0027, \u0027model\u0027, \u0027page\u0027].includes(key)) || filtersSlugKeys.length \u003E 3\r\n ) {\r\n a = true;\r\n }","IsDeferred":false}]}