diff --git a/cypress/fixtures/b2b-mp/mp/marketplace-product-attributes/dynamic-product-attribute-management.json b/cypress/fixtures/b2b-mp/mp/marketplace-product-attributes/dynamic-product-attribute-management.json index 44527afc..aef2016d 100644 --- a/cypress/fixtures/b2b-mp/mp/marketplace-product-attributes/dynamic-product-attribute-management.json +++ b/cypress/fixtures/b2b-mp/mp/marketplace-product-attributes/dynamic-product-attribute-management.json @@ -73,9 +73,7 @@ "name": "haveFullProduct", "key": "concreteProduct1", "arguments": [ - { - "attributes": ["attribute1", "attribute2"] - }, + {}, { "idTaxSet": 1, "localizedAttributes": [ @@ -98,9 +96,7 @@ "name": "haveFullProduct", "key": "concreteProduct2", "arguments": [ - { - "attributes": ["attribute1", "attribute2"] - }, + {}, { "idTaxSet": 1, "localizedAttributes": [ diff --git a/cypress/fixtures/b2c-mp/mp/marketplace-product-attributes/dynamic-product-attribute-management.json b/cypress/fixtures/b2c-mp/mp/marketplace-product-attributes/dynamic-product-attribute-management.json index 44527afc..aef2016d 100644 --- a/cypress/fixtures/b2c-mp/mp/marketplace-product-attributes/dynamic-product-attribute-management.json +++ b/cypress/fixtures/b2c-mp/mp/marketplace-product-attributes/dynamic-product-attribute-management.json @@ -73,9 +73,7 @@ "name": "haveFullProduct", "key": "concreteProduct1", "arguments": [ - { - "attributes": ["attribute1", "attribute2"] - }, + {}, { "idTaxSet": 1, "localizedAttributes": [ @@ -98,9 +96,7 @@ "name": "haveFullProduct", "key": "concreteProduct2", "arguments": [ - { - "attributes": ["attribute1", "attribute2"] - }, + {}, { "idTaxSet": 1, "localizedAttributes": [ diff --git a/cypress/fixtures/suite/mp/marketplace-product-attributes/dynamic-product-attribute-management.json b/cypress/fixtures/suite/mp/marketplace-product-attributes/dynamic-product-attribute-management.json index 44527afc..7fe3086d 100644 --- a/cypress/fixtures/suite/mp/marketplace-product-attributes/dynamic-product-attribute-management.json +++ b/cypress/fixtures/suite/mp/marketplace-product-attributes/dynamic-product-attribute-management.json @@ -74,7 +74,6 @@ "key": "concreteProduct1", "arguments": [ { - "attributes": ["attribute1", "attribute2"] }, { "idTaxSet": 1, @@ -99,7 +98,6 @@ "key": "concreteProduct2", "arguments": [ { - "attributes": ["attribute1", "attribute2"] }, { "idTaxSet": 1, @@ -107,12 +105,12 @@ { "locale": "#localeEN", "name": "#localizedAttribute2.name", - "attributes": ["attribute1", "attribute2"] + "attributes": ["attribute3", "attribute4"] }, { "locale": "#localeDE", "name": "#localizedAttribute2.name", - "attributes": ["attribute1", "attribute2"] + "attributes": ["attribute3", "attribute4"] } ] }