From 41271192e1f179f0a2c4af109b031992a873f70c Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Fri, 30 Jun 2023 11:34:06 +1000 Subject: [PATCH] Per review, Makes quantity change more explicit --- spec/system/consumer/split_checkout_tax_incl_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/system/consumer/split_checkout_tax_incl_spec.rb b/spec/system/consumer/split_checkout_tax_incl_spec.rb index 3b8275ee4e..44e85ad113 100644 --- a/spec/system/consumer/split_checkout_tax_incl_spec.rb +++ b/spec/system/consumer/split_checkout_tax_incl_spec.rb @@ -170,8 +170,7 @@ describe "As a consumer, I want to see adjustment breakdown" do # Update quantity within ".cart-item-quantity" do - input = find(".line_item_quantity") - input.send_keys :up + fill_in "order_line_items_attributes_0_quantity", with: "2" end click_button("Update")