File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929use Sylius \Component \Core \Model \ShopUserInterface ;
3030use Sylius \Component \Core \OrderCheckoutTransitions ;
3131use Sylius \Component \Core \OrderPaymentTransitions ;
32+ use Sylius \Component \Core \OrderShippingTransitions ;
3233use Sylius \Component \Core \Repository \OrderRepositoryInterface ;
3334use Sylius \Component \Customer \Model \CustomerInterface ;
3435use Sylius \Component \Order \Modifier \OrderItemQuantityModifierInterface ;
Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ protected function getDefinedElements(): array
231231 'cart_total ' => '[data-test-cart-total] ' ,
232232 'clear_button ' => '[data-test-cart-clear-button] ' ,
233233 'coupon_field ' => '[data-test-cart-promotion-coupon-input] ' ,
234+ 'delete_button ' => '[data-test-cart-remove-button="%name%"] ' ,
234235 'flash_message ' => '[data-test-flash-message] ' ,
235236 'grand_total ' => '[data-test-cart-grand-total] ' ,
236237 'item_image ' => '[data-test-cart-item="%number%"] [data-test-main-image] ' ,
@@ -243,7 +244,6 @@ protected function getDefinedElements(): array
243244 'promotion_coupon_validation_message ' => '[data-test-cart-promotion-coupon] [data-test-validation-error] ' ,
244245 'promotion_total ' => '[data-test-cart-promotion-total] ' ,
245246 'save_button ' => '[data-test-apply-coupon-button] ' ,
246- 'delete_button ' => '[data-test-cart-remove-button="%name%"] ' ,
247247 'shipping_total ' => '[data-test-cart-shipping-total] ' ,
248248 'tax_excluded ' => '[data-test-cart-tax-exluded] ' ,
249249 'tax_included ' => '[data-test-cart-tax-included] ' ,
You can’t perform that action at this time.
0 commit comments