diff --git a/test/integration/navigation_test.rb b/test/integration/navigation_test.rb index 777d952c..dcafd14f 100644 --- a/test/integration/navigation_test.rb +++ b/test/integration/navigation_test.rb @@ -32,7 +32,7 @@ def teardown test "navigate the site" do host, port = "localhost", 3000 @browser.goto "http://#{host}:#{port}" - @browser.ul(id: 'menu').links.map { |l| l.href }.each do |link| + @browser.ul(id: 'sib_side_nav').links.map { |l| l.href }.each do |link| @browser.goto link end end