Skip to content

Commit

Permalink
Delete a product image
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiyacommercetools committed Nov 13, 2024
1 parent d218f07 commit f30b9f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ describe(`with doubleWalledEspressoGlass01 preset`, () => {
"label": undefined,
"url": "https://storage.googleapis.com/merchant-center-europe/sample-data/b2c-lifestyle/Double_Walled_Espresso_Glass-1.1.jpeg",
},
{
"dimensions": {
"h": 1481,
"w": 987,
},
"label": undefined,
"url": "https://storage.googleapis.com/merchant-center-europe/sample-data/b2c-lifestyle/Double_Walled_Espresso_Glass-1.2.jpeg",
},
],
"key": undefined,
"prices": [
Expand Down Expand Up @@ -137,14 +129,6 @@ describe(`with doubleWalledEspressoGlass01 preset`, () => {
"label": undefined,
"url": "https://storage.googleapis.com/merchant-center-europe/sample-data/b2c-lifestyle/Double_Walled_Espresso_Glass-1.1.jpeg",
},
{
"dimensions": {
"height": 1481,
"width": 987,
},
"label": undefined,
"url": "https://storage.googleapis.com/merchant-center-europe/sample-data/b2c-lifestyle/Double_Walled_Espresso_Glass-1.2.jpeg",
},
],
"key": undefined,
"prices": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ const doubleWalledEspressoGlass01 = (): TProductVariantDraftBuilder =>
'https://storage.googleapis.com/merchant-center-europe/sample-data/b2c-lifestyle/Double_Walled_Espresso_Glass-1.1.jpeg'
)
.dimensions({ w: 3371, h: 3098 }),
ImageDraft.presets
.empty()
.url(
'https://storage.googleapis.com/merchant-center-europe/sample-data/b2c-lifestyle/Double_Walled_Espresso_Glass-1.2.jpeg'
)
.dimensions({ w: 987, h: 1481 }),
])
.attributes([
AttributeDraft.random().name('productspec').value({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ describe(`with doubleWalledEspressoGlass preset`, () => {
"label": undefined,
"url": "https://storage.googleapis.com/merchant-center-europe/sample-data/b2c-lifestyle/Double_Walled_Espresso_Glass-1.1.jpeg",
},
{
"dimensions": {
"h": 1481,
"w": 987,
},
"label": undefined,
"url": "https://storage.googleapis.com/merchant-center-europe/sample-data/b2c-lifestyle/Double_Walled_Espresso_Glass-1.2.jpeg",
},
],
"key": undefined,
"prices": [
Expand Down

0 comments on commit f30b9f1

Please sign in to comment.