From a4f6470d3ddd1a83130ecc9af4cb39228180747c Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Tue, 6 Oct 2015 17:30:04 +0200 Subject: [PATCH] Fix failing spec because of collapsed product categories by default --- spec/acceptance/users/order_a_product.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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