Skip to content

Commit 4eee30a

Browse files
committed
CR
1 parent ef45e9b commit 4eee30a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

test/product-html-pipe.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ describe('Product HTML Pipe Test', () => {
113113
);
114114

115115
assert.strictEqual(resp.status, 200);
116-
// Assert the image URL in the HTML contains the filename segment
117116
assert.ok(
118117
resp.body.includes('./media_a1b2c3d4e5f6789012345678901234567890abcd/test-product-image.png'),
119118
'Rendered HTML should contain the filename-appended image URL',

test/steps/create-picture.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ describe('createOptimizedPicture', () => {
120120

121121
assert.strictEqual(picture.tagName, 'picture');
122122
assert.ok(Array.isArray(picture.children));
123-
// Two webp sources + two native sources + one fallback img
124123
assert.ok(picture.children.length > 1, 'expected optimized source elements');
125124
assert.strictEqual(picture.children[0].tagName, 'source');
126125
});

0 commit comments

Comments
 (0)