SilasBarta comments on Prize for the best introduction to the LessWrong source ($250) - Less Wrong

17 Post author: jsalvatier 05 October 2011 12:08AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (16)

You are viewing a single comment's thread.

Comment author: SilasBarta 08 October 2011 12:00:55AM *  1 point [-]

I figured I might as well mention this here. I ran into a problem following these steps (which is how it looked at the time), which was that the selenium tests not working because it didn't understand the term "bundle". I found a workaround, and I was just in the middle of writing up a nice bug report when I realized I could just edit the page so it includes my workaround.

In any case, once I got the selenium tests to work, I got a failure:

 1) Lesswrong should allow browsing should have ajaxy article navigation fields
Failure/Error: find('#article_nav_controls li')
Capybara::ElementNotFound:
Unable to find '#article_nav_controls li'
# ./spec/main_spec.rb:195
Finished in 86.15 seconds
12 examples, 1 failure, 1 pending
rake aborted!
ruby -S bundle exec rspec --options "/home/lesswrong/lesswrong/spec/spec.opts" spec/main_spec.rb failed
/home/lesswrong/lesswrong/Rakefile:340
(See full trace by running task with --trace)

Should I submit that as a bug?

Comment author: jsalvatier 08 October 2011 07:59:59PM 0 points [-]

Yes, I think so.