Skip to content

Commit

Permalink
Use the right ul id for navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Apr 22, 2012
1 parent c51c183 commit 68d1a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/navigation_test.rb
Expand Up @@ -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
Expand Down

0 comments on commit 68d1a30

Please sign in to comment.