ontology_state_steps.rb revision 22f8827cd8892a298f9764ce862db6867307828d
end
@ontology_version = FactoryGirl.create :ontology_version, state: state
@ontology = @ontology_version.ontology
@ontology.state = state
end
Given(/^I visit the detail page of the ontology$/) do
visit polymorphic_path([@ontology, :ontology_versions])
end
end
end
steps %Q{
}
end
el_css = '.evaluation-state'
field = 'data-id'
field_klass = 'data-klass'
within %{#{el_css}[#{field}="#{@ontology_version.id}"][#{field_klass}="OntologyVersion"]} do
end
end
steps %Q{
}
end
end