diff --git a/cypress/e2e/configuration/attributes/attributeVariantSelection.js b/cypress/e2e/configuration/attributes/attributeVariantSelection.js index d5018214c..183e8b468 100644 --- a/cypress/e2e/configuration/attributes/attributeVariantSelection.js +++ b/cypress/e2e/configuration/attributes/attributeVariantSelection.js @@ -19,7 +19,6 @@ describe("As an admin I want to use attributes in variant selection", () => { const attributesTypes = [ { key: "DROPDOWN", TC: "SALEOR_0534" }, - { key: "MULTISELECT", TC: "SALEOR_0535" }, { key: "BOOLEAN", TC: "SALEOR_0536" }, { key: "NUMERIC", TC: "SALEOR_0537" }, { key: "SWATCH", TC: "SALEOR_0538" },