diff --git a/spec/acceptance/users/order_a_product.feature b/spec/acceptance/users/order_a_product.feature index 2a4632c8..b695e6a5 100644 --- a/spec/acceptance/users/order_a_product.feature +++ b/spec/acceptance/users/order_a_product.feature @@ -70,4 +70,6 @@ Feature: Ordering a product as a user And the user opens the side menu again And the user clicks on the order products link in the side menu Then the user page contains the product category "Beer" - And the user should see the products listed for the active list + When the users clicks on the product category "Beer" title + When the users clicks on the product category "Lunch" title + Then the user should see the products listed for the active list