end
# save_and_open_page
end
When(/^i click on the processing ontologies tab selector$/) do
end
Then(/^i should be redirected to the corresponding tab$/) do
end
end
@ontologies = @ontology_versions.map { |ov| ov.ontology }
@ontologies.each do |ontology|
end
end
steps %Q{
}
end
encountered_names << anchor.text
end
expect(encountered_names).to eq(@ontologies.map(&:name).to_set)
end