fix list section link by normalizing
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
step 'there is a section' do
|
||||
@section ||= create :section, supplier: @supplier
|
||||
end
|
||||
|
||||
step "there is another section" do
|
||||
@other_section = create :section, supplier: @supplier, title: 'New Section'
|
||||
end
|
||||
|
||||
step "there is another section with table" do
|
||||
step "there is another section"
|
||||
@other_table = create :table, section: @other_section, supplier: @supplier, number: 65
|
||||
end
|
||||
|
||||
@@ -131,8 +131,6 @@ step "I click on the section main board section jumper" do
|
||||
end
|
||||
|
||||
step "the active list changes to another table in another section" do
|
||||
@other_section = create :section, supplier: @supplier, title: 'New Section'
|
||||
@other_table = create :table, section: @other_section, supplier: @supplier, number: 65
|
||||
@list.move_to_table! @other_table
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user