2022-Spring-NYU-DevOps-Shopcarts / shopcarts

Shopcarts squad.
Apache License 2.0
2 stars 2 forks source link

UI for Query #116

Closed TimothyXu closed 2 years ago

TimothyXu commented 2 years ago

As a System Administrator I need to have a GUI to query items in a shopcart So that I can find the items with a certain name in a certain shopping cart

Details and Assumptions

TimothyXu commented 2 years ago

for these BDD tests if you need to adjust something (you probably will), please make sure you check for status message confirmation before checking for results in tables. Otherwise they may fail on deployment since our real website has much worse latency than localhost.

Per the latest bug issue, also need to make sure the right error messages are being shown when e.g. user id input is not a number.