From 75f0cb3ef106ec588c706be644211d9e95cf7cb1 Mon Sep 17 00:00:00 2001 From: Alexey Kravchenko Date: Fri, 22 Nov 2024 16:14:54 +0200 Subject: [PATCH] SUPESC-871: removed unnecessary demodata --- .../dynamic-product-attribute-management.json | 8 ++------ .../dynamic-product-attribute-management.json | 8 ++------ .../dynamic-product-attribute-management.json | 6 ++---- 3 files changed, 6 insertions(+), 16 deletions(-) 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"] } ] }