User cancelled order handling

This commit is contained in:
2014-08-14 14:11:14 +02:00
parent 6da2d7a40e
commit 0e605828bd
11 changed files with 76 additions and 5 deletions
@@ -0,0 +1,7 @@
step "the supplier orders placed counter for the user should be :count" do |count|
page.find(".supplier-orders-placed-count").text.should == count # both string values
end
step "the supplier orders in process counter for the user should be :count" do |count|
page.find(".supplier-orders-in-process-count").text.should == count # both string values
end