You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customer should be able to insert multidigit quantity into quantity input in Cart siderbar. Cart update request should be delayed and sent few ms after customer stops typing.
Actual result
Cart update request is sent immediately after the quantity value changes.
Steps to reproduce
Add product to cart
Open cart sidebar
Insert multidigit value into quantity input, e.g. 1337
The text was updated successfully, but these errors were encountered:
Expected result
Customer should be able to insert multidigit quantity into quantity input in Cart siderbar. Cart update request should be delayed and sent few ms after customer stops typing.
Actual result
Cart update request is sent immediately after the quantity value changes.
Steps to reproduce
The text was updated successfully, but these errors were encountered: