Flow fixes

This commit is contained in:
2014-05-28 16:29:03 +02:00
parent e9554ea3e7
commit 8faf5f3c0a
9 changed files with 63 additions and 8 deletions
@@ -126,3 +126,17 @@ end
step "I click on the section main board section jumper" do
find('.main-board-section-jumper').click
end
step "the active list changes to another table in another section" do
@other_section = create :section, supplier: @supplier
@other_table = create :table, section: @other_section, supplier: @supplier, number: 65
@list.move_to_table! @other_table
end
step "the supplier main board table number should be updated to the new table number" do
binding.pry
end
step "the supplier main board section name should be updated to the new section" do
end