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
Given a user is authenticated When the user clicks on "my account" in the nav Then the user will be presented with the option to view order history
The Order History View will include a list of previous orders
Given the user is on the "order history view" When the user clicks on a specific order hyperlink Then the user will be presented with the order detail including the products and total price for that order
Given the user is not authenticated When the user clicks on "my account" Then they are redirected to the login view
The text was updated successfully, but these errors were encountered:
Given a user is authenticated
When the user clicks on "my account" in the nav
Then the user will be presented with the option to view order history
The Order History View will include a list of previous orders
Given the user is on the "order history view"
When the user clicks on a specific order hyperlink
Then the user will be presented with the order detail including the products and total price for that order
Given the user is not authenticated
When the user clicks on "my account"
Then they are redirected to the login view
The text was updated successfully, but these errors were encountered: