@@ -114,7 +114,7 @@ describe("Checkout Payments", () => {
114114 cy . dataCy ( "shipping-method-button" ) . each ( ( e , i ) => {
115115 cy . wrap ( e ) . as ( `shippingMethodButton${ i } ` )
116116 } )
117- cy . get ( "@shippingMethodButton0" ) . click ( )
117+ cy . get ( "@shippingMethodButton0" ) . click ( { force : true } )
118118 cy . wait (
119119 [
120120 "@getShipments" ,
@@ -128,7 +128,7 @@ describe("Checkout Payments", () => {
128128 timeout : 100000 ,
129129 }
130130 )
131- cy . get ( "@shippingMethodButton3" ) . click ( )
131+ cy . get ( "@shippingMethodButton3" ) . click ( { force : true } )
132132 cy . wait (
133133 [
134134 "@getShipments" ,
@@ -264,7 +264,7 @@ describe("Checkout Payments", () => {
264264 cy . dataCy ( "shipping-method-button" ) . each ( ( e , i ) => {
265265 cy . wrap ( e ) . as ( `shippingMethodButton${ i } ` )
266266 } )
267- cy . get ( "@shippingMethodButton0" ) . click ( )
267+ cy . get ( "@shippingMethodButton0" ) . click ( { force : true } )
268268 cy . wait (
269269 [
270270 "@getShipments" ,
@@ -278,7 +278,7 @@ describe("Checkout Payments", () => {
278278 timeout : 100000 ,
279279 }
280280 )
281- cy . get ( "@shippingMethodButton3" ) . click ( )
281+ cy . get ( "@shippingMethodButton3" ) . click ( { force : true } )
282282 cy . wait (
283283 [
284284 "@getShipments" ,
@@ -414,7 +414,7 @@ describe("Checkout Payments", () => {
414414 cy . dataCy ( "shipping-method-button" ) . each ( ( e , i ) => {
415415 cy . wrap ( e ) . as ( `shippingMethodButton${ i } ` )
416416 } )
417- cy . get ( "@shippingMethodButton0" ) . click ( )
417+ cy . get ( "@shippingMethodButton0" ) . click ( { force : true } )
418418 cy . wait (
419419 [
420420 "@getShipments" ,
@@ -428,7 +428,7 @@ describe("Checkout Payments", () => {
428428 timeout : 100000 ,
429429 }
430430 )
431- cy . get ( "@shippingMethodButton3" ) . click ( )
431+ cy . get ( "@shippingMethodButton3" ) . click ( { force : true } )
432432 cy . wait (
433433 [
434434 "@getShipments" ,
@@ -611,7 +611,7 @@ describe("Checkout Payments", () => {
611611 cy . dataCy ( "shipping-method-button" ) . each ( ( e , i ) => {
612612 cy . wrap ( e ) . as ( `shippingMethodButton${ i } ` )
613613 } )
614- cy . get ( "@shippingMethodButton0" ) . click ( )
614+ cy . get ( "@shippingMethodButton0" ) . click ( { force : true } )
615615 cy . wait (
616616 [
617617 "@getShipments" ,
@@ -625,7 +625,7 @@ describe("Checkout Payments", () => {
625625 timeout : 100000 ,
626626 }
627627 )
628- cy . get ( "@shippingMethodButton3" ) . click ( )
628+ cy . get ( "@shippingMethodButton3" ) . click ( { force : true } )
629629 cy . wait (
630630 [
631631 "@getShipments" ,
@@ -783,7 +783,7 @@ describe("Checkout Payments", () => {
783783 cy . dataCy ( "shipping-method-button" ) . each ( ( e , i ) => {
784784 cy . wrap ( e ) . as ( `shippingMethodButton${ i } ` )
785785 } )
786- cy . get ( "@shippingMethodButton0" ) . click ( )
786+ cy . get ( "@shippingMethodButton0" ) . click ( { force : true } )
787787 cy . wait (
788788 [
789789 "@getShipments" ,
@@ -954,7 +954,7 @@ describe("Checkout Payments", () => {
954954 cy . dataCy ( "shipping-method-button" ) . each ( ( e , i ) => {
955955 cy . wrap ( e ) . as ( `shippingMethodButton${ i } ` )
956956 } )
957- cy . get ( "@shippingMethodButton0" ) . click ( )
957+ cy . get ( "@shippingMethodButton0" ) . click ( { force : true } )
958958 cy . wait (
959959 [
960960 "@getShipments" ,
@@ -1132,7 +1132,7 @@ describe("Checkout Payments", () => {
11321132 cy . dataCy ( "shipping-method-button" ) . each ( ( e , i ) => {
11331133 cy . wrap ( e ) . as ( `shippingMethodButton${ i } ` )
11341134 } )
1135- cy . get ( "@shippingMethodButton0" ) . click ( )
1135+ cy . get ( "@shippingMethodButton0" ) . click ( { force : true } )
11361136 cy . wait (
11371137 [
11381138 "@getShipments" ,
@@ -1146,7 +1146,7 @@ describe("Checkout Payments", () => {
11461146 timeout : 100000 ,
11471147 }
11481148 )
1149- cy . get ( "@shippingMethodButton3" ) . click ( )
1149+ cy . get ( "@shippingMethodButton3" ) . click ( { force : true } )
11501150 cy . wait (
11511151 [
11521152 "@getShipments" ,
0 commit comments