Cleanup Qsupplier
This commit is contained in:
@@ -132,3 +132,13 @@ end
|
||||
step "the supplier table actions of the new list should be visible" do
|
||||
page.should have_selector ".section-table-#{@table.id} .table-actions .close-list-button"
|
||||
end
|
||||
|
||||
step "the list should be linked to the original table in the section view" do
|
||||
step "the section table should be marked as having an active order"
|
||||
end
|
||||
|
||||
step "the list should be linked to the other table in the section view" do
|
||||
table = page.find(".section-table-#{@other_table.id}")
|
||||
table['class'].should include 'active_order'
|
||||
table['class'].should include 'occupied'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user