Supplier main board section selector
This commit is contained in:
@@ -108,12 +108,12 @@ step "I should see the new list and new order but not the list and order" do
|
||||
end
|
||||
|
||||
step "I select the section in the supplier dashboard" do
|
||||
find(%|#section_selector option[value="#{@section.id}"]|).select_option
|
||||
find(%|.section_selector option[value="#{@section.id}"]|).select_option
|
||||
end
|
||||
|
||||
step "I select the new section in the supplier dashboard" do
|
||||
find(%|#section_selector option[value="#{@new_section.id}"]|).select_option
|
||||
find(%|.section_selector option[value="#{@new_section.id}"]|).select_option
|
||||
end
|
||||
step "I reset the section selector in the supplier dashboard" do
|
||||
find(%|#section_selector option[value=""]|).select_option
|
||||
find(%|.section_selector option[value=""]|).select_option
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user