Per review, Makes quantity change more explicit

This commit is contained in:
Gaetan Craig-Riou
2023-06-30 11:34:06 +10:00
parent 751056ba39
commit 41271192e1

View File

@@ -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")