Skip to content

Commit

Permalink
Run preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
k-salih committed Jan 13, 2025
1 parent ed91f63 commit 27e80eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/modules/__snapshots__/commerce.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`commerce > 42 > productAdjective 1`] = `"Handcrafted"`;

exports[`commerce > 42 > productDescription 1`] = `"New salmon Pants with ergonomic design for crushing comfort"`;

exports[`commerce > 42 > productMaterial 1`] = `"Frozen"`;
exports[`commerce > 42 > productMaterial 1`] = `"Cotton"`;

exports[`commerce > 42 > productName 1`] = `"Handcrafted Wooden Sausages"`;

Expand Down Expand Up @@ -66,9 +66,9 @@ exports[`commerce > 1211 > product 1`] = `"Towels"`;

exports[`commerce > 1211 > productAdjective 1`] = `"Tasty"`;

exports[`commerce > 1211 > productDescription 1`] = `"Small Cheese designed with Wooden for right performance"`;
exports[`commerce > 1211 > productDescription 1`] = `"Soft Cheese designed with Wooden for right performance"`;

exports[`commerce > 1211 > productMaterial 1`] = `"Wooden"`;
exports[`commerce > 1211 > productMaterial 1`] = `"Steel"`;

exports[`commerce > 1211 > productName 1`] = `"Tasty Steel Cheese"`;

Expand Down Expand Up @@ -100,10 +100,10 @@ exports[`commerce > 1337 > price > with min option 1`] = `"293.09"`;

exports[`commerce > 1337 > product 1`] = `"Chicken"`;

exports[`commerce > 1337 > productAdjective 1`] = `"Generic"`;
exports[`commerce > 1337 > productAdjective 1`] = `"Frozen"`;

exports[`commerce > 1337 > productDescription 1`] = `"Innovative Car featuring lawful technology and Fresh construction"`;
exports[`commerce > 1337 > productDescription 1`] = `"Innovative Car featuring lawful technology and Concrete construction"`;

exports[`commerce > 1337 > productMaterial 1`] = `"Fresh"`;
exports[`commerce > 1337 > productMaterial 1`] = `"Ceramic"`;

exports[`commerce > 1337 > productName 1`] = `"Generic Concrete Chicken"`;
exports[`commerce > 1337 > productName 1`] = `"Frozen Bronze Chicken"`;

0 comments on commit 27e80eb

Please sign in to comment.