diff --git a/src/locales/en/commerce/product_name.ts b/src/locales/en/commerce/product_name.ts index 9658530e97c..8c52af68d1d 100644 --- a/src/locales/en/commerce/product_name.ts +++ b/src/locales/en/commerce/product_name.ts @@ -2,24 +2,32 @@ export default { adjective: [ 'Small', 'Ergonomic', + 'Electronic', 'Rustic', 'Intelligent', 'Gorgeous', 'Incredible', + 'Elegant', 'Fantastic', 'Practical', + 'Modern', + 'Recycled', 'Sleek', + 'Bespoke', 'Awesome', 'Generic', 'Handcrafted', 'Handmade', + 'Oriental', 'Licensed', + 'Luxurious', 'Refined', 'Unbranded', 'Tasty', ], material: [ 'Steel', + 'Bronze', 'Wooden', 'Concrete', 'Plastic', diff --git a/test/commerce.spec.ts b/test/commerce.spec.ts index 3497aa9fdaf..64c7d7b324d 100644 --- a/test/commerce.spec.ts +++ b/test/commerce.spec.ts @@ -10,7 +10,7 @@ const seededRuns = [ productName: 'Fantastic Soft Sausages', price: '375.00', productAdjective: 'Fantastic', - productMaterial: 'Cotton', + productMaterial: 'Plastic', product: 'Pants', productDescription: 'The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design', @@ -21,9 +21,9 @@ const seededRuns = [ expectations: { color: 'black', department: 'Computers', - productName: 'Gorgeous Rubber Keyboard', + productName: 'Incredible Granite Keyboard', price: '263.00', - productAdjective: 'Gorgeous', + productAdjective: 'Incredible', productMaterial: 'Concrete', product: 'Ball', productDescription: @@ -35,7 +35,7 @@ const seededRuns = [ expectations: { color: 'azure', department: 'Automotive', - productName: 'Unbranded Granite Salad', + productName: 'Unbranded Cotton Salad', price: '929.00', productAdjective: 'Unbranded', productMaterial: 'Frozen',