Flow fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user