remove multiselect from use attributes in variant selection (#2484)
This commit is contained in:
parent
d669fef773
commit
469328de0b
1 changed files with 0 additions and 1 deletions
|
@ -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" },
|
||||||
|
|
Loading…
Reference in a new issue