spec/capybara_spec.rb in sequenceserver-2.0.0.beta4 vs spec/capybara_spec.rb in sequenceserver-2.0.0.rc1

- old
+ new

@@ -229,10 +229,10 @@ # protein_databases[0], so the top hits are the query sequences themselves. perform_search(query: protein_query, databases: protein_databases.values_at(0)) ## Check that there is a circos vis and unfold it. - page.should have_content('Chord diagram: queries and their top hits') + page.should have_content('Queries and their top hits: chord diagram') page.execute_script("$('.circos > .grapher-header > h5').click()") sleep 1 page.execute_script("$('.export-to-svg:eq(0)').click()") wait_for_download