File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/template-retail-react-app/app/pages/checkout-one-click Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ describe('Checkout One Click', () => {
430430 }
431431
432432 // Wait for continue button and click
433- const continueBtn = await screen . findByText ( / c o n t i n u e t o s h i p p i n g a d d r e s s / i)
433+ const continueBtn = await screen . findByText ( / c o n t i n u e t o p a y m e n t / i)
434434 await user . click ( continueBtn )
435435
436436 // Verify we skip directly to payment
@@ -524,7 +524,7 @@ describe('Checkout One Click', () => {
524524 }
525525
526526 // Wait for continue button and click
527- const continueBtn = await screen . findByText ( / c o n t i n u e t o s h i p p i n g a d d r e s s / i)
527+ const continueBtn = await screen . findByText ( / c o n t i n u e t o p a y m e n t / i)
528528 await user . click ( continueBtn )
529529
530530 // Verify we continue to payment
You can’t perform that action at this time.
0 commit comments