You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/pages/__tests__/__snapshots__/Inventory.tests.js.snap
+6-6
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ exports[`Inventory should render correctly for a visual user 1`] = `
299
299
key="4"
300
300
missAlignButton={false}
301
301
name="Sauce Labs Backpack"
302
-
price={29.99}
302
+
price={50}
303
303
/>
304
304
<withRouter(InventoryListItem)
305
305
desc="A red light isn't the desired state in testing but it sure helps when riding your bike at night. Water-resistant with 3 lighting modes, 1 AAA battery included."
@@ -309,7 +309,7 @@ exports[`Inventory should render correctly for a visual user 1`] = `
309
309
key="0"
310
310
missAlignButton={false}
311
311
name="Sauce Labs Bike Light"
312
-
price={9.99}
312
+
price={50}
313
313
/>
314
314
<withRouter(InventoryListItem)
315
315
desc="Get your testing superhero on with the Sauce Labs bolt T-shirt. From American Apparel, 100% ringspun combed cotton, heather gray with red bolt."
@@ -319,7 +319,7 @@ exports[`Inventory should render correctly for a visual user 1`] = `
319
319
key="1"
320
320
missAlignButton={false}
321
321
name="Sauce Labs Bolt T-Shirt"
322
-
price={15.99}
322
+
price={50}
323
323
/>
324
324
<withRouter(InventoryListItem)
325
325
desc="It's not every day that you come across a midweight quarter-zip fleece jacket capable of handling everything from a relaxing day outdoors to a busy day at the office."
@@ -329,7 +329,7 @@ exports[`Inventory should render correctly for a visual user 1`] = `
329
329
key="5"
330
330
missAlignButton={false}
331
331
name="Sauce Labs Fleece Jacket"
332
-
price={49.99}
332
+
price={50}
333
333
/>
334
334
<withRouter(InventoryListItem)
335
335
desc="Rib snap infant onesie for the junior automation engineer in development. Reinforced 3-snap bottom closure, two-needle hemmed sleeved and bottom won't unravel."
@@ -339,7 +339,7 @@ exports[`Inventory should render correctly for a visual user 1`] = `
339
339
key="2"
340
340
missAlignButton={false}
341
341
name="Sauce Labs Onesie"
342
-
price={7.99}
342
+
price={50}
343
343
/>
344
344
<withRouter(InventoryListItem)
345
345
desc="This classic Sauce Labs t-shirt is perfect to wear when cozying up to your keyboard to automate a few tests. Super-soft and comfy ringspun combed cotton."
@@ -349,7 +349,7 @@ exports[`Inventory should render correctly for a visual user 1`] = `
0 commit comments