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
As a user, when I successfully create a product review, I want to see the expected review alert message and continue navigating the site.
Actual behavior
Submitting a product review form causes the browser to reload with a #reviews hash that is triggering the Buyer Portal app routing which ends up in an infinite loading screen because there is no reviews route in the app.
Response headers:
Buyer Portal:
Steps to reproduce behavior
Enable Buyer Portal in the store
Navigate to any product detail page
Click on 'Write a Review'
Fill out the review form
Submit
The text was updated successfully, but these errors were encountered:
Expected behavior
As a user, when I successfully create a product review, I want to see the expected review alert message and continue navigating the site.
Actual behavior
Submitting a product review form causes the browser to reload with a
#reviews
hash that is triggering the Buyer Portal app routing which ends up in an infinite loading screen because there is no reviews route in the app.Response headers:
Buyer Portal:
Steps to reproduce behavior
The text was updated successfully, but these errors were encountered: