Fix ordering product issues by reverting emberization of product ordering

This commit is contained in:
2014-08-29 15:30:41 +02:00
parent aac47d3b51
commit ad4ad6bbb9
8 changed files with 54 additions and 50 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ step "the user order should be created as a new order" do
row = find(".order-row-#{@order.id}")
row['class'].should include 'placed'
#page.should have_content 'Apple pie (1), Heineken beer (2)'
page.should have_content '1 x Apple pie'
page.should have_content '2 x Heineken beer'
page.should have_content '1 x Apple pie', count: 1
page.should have_content '2 x Heineken beer', count: 1
page.should have_content '€ 8.96'
end