From 469328de0bcd1bd5c22fc50307cc332724775724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20Szcz=C4=99ch?= <30683248+szczecha@users.noreply.github.com> Date: Thu, 27 Oct 2022 10:30:08 +0200 Subject: [PATCH] remove multiselect from use attributes in variant selection (#2484) --- .../e2e/configuration/attributes/attributeVariantSelection.js | 1 - 1 file changed, 1 deletion(-) 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" },