broken pipe quest
This commit is contained in:
@@ -124,3 +124,11 @@ step "the supplier table should have been linked to the first section" do
|
||||
@table.reload
|
||||
@table.section_id.should == @sections.first.id
|
||||
end
|
||||
|
||||
step "the supplier clicks on the table having the new list in the section view" do
|
||||
page.find(".section-table-#{@table.id}").click
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user