Skip to content

Commit

Permalink
removed save_and_open_page
Browse files Browse the repository at this point in the history
  • Loading branch information
sbounmy committed Apr 11, 2012
1 parent bf13ce1 commit bc03d47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/spree/pages_integration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class Spree::PagesIntegrationTest < SpreeEssentials::IntegrationCase

should "have a proper main menu" do
visit "/"
save_and_open_page
Spree::Page.order(:position).all.each do |page|
assert_seen page.nav_title, :within => "#main-nav-bar li:nth-child(#{page.position}) a"
end
Expand Down

0 comments on commit bc03d47

Please sign in to comment.