remove multiselect from use attributes in variant selection (#2484)

This commit is contained in:
Anna Szczęch 2022-10-27 10:30:08 +02:00 committed by GitHub
parent d669fef773
commit 469328de0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,6 @@ describe("As an admin I want to use attributes in variant selection", () => {
const attributesTypes = [ const attributesTypes = [
{ key: "DROPDOWN", TC: "SALEOR_0534" }, { key: "DROPDOWN", TC: "SALEOR_0534" },
{ key: "MULTISELECT", TC: "SALEOR_0535" },
{ key: "BOOLEAN", TC: "SALEOR_0536" }, { key: "BOOLEAN", TC: "SALEOR_0536" },
{ key: "NUMERIC", TC: "SALEOR_0537" }, { key: "NUMERIC", TC: "SALEOR_0537" },
{ key: "SWATCH", TC: "SALEOR_0538" }, { key: "SWATCH", TC: "SALEOR_0538" },