Fix closing list problem not unlinking the table active list

This commit is contained in:
2014-12-17 17:51:31 +01:00
parent bdcb0d60b8
commit 87881177ab
8 changed files with 24 additions and 21 deletions
@@ -74,6 +74,7 @@ step "the section table should not have any active list markings anymore" do
css_class.should_not include 'occupied'
css_class.should_not include 'active_order'
css_class.should_not include 'needs_payment'
ember_find('table', @table.id)['active_list_id'].should_not be_present
end
step "I should be redirected to the supplier section view" do