loc_id_routing_steps.rb revision 5a102b3c56d4ac75632c7e9244ee0ce5bdbbf13a
4139N/A visit @subject.locid
4139N/A expect(page.title).to include(@subject.send(attribute))
4139N/A ontology = @subject.ontology
4139N/A expect(page.title).to include(ontology.send(attribute))
4139N/A expect(page.find_all(".nav_tab_level#{level} > .nav-tabs > li.active").last.text).
4139N/AThen(/^a headline should include "Proof Attempt of \[the corresponding theorem's name\]"$/) do
4139N/A theorem = @subject.theorem
4139N/AThen(/^a headline should include "Prover Output for \[theorem's name\]'s proof attempt #\[proof attempt's number\]"$/) do
4139N/A search_string = "Prover Output for #{theorem.name}'s proof attempt ##{proof_attempt.number}"