Advertisement
Guest User

Untitled

a guest
May 27th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Failures:
  2.  
  3. 1) Add attachments to question
  4. In order to make the question clearer
  5. As an question author
  6. I want to be able to attachments files to a question
  7. The author can attach new file when edit his question
  8. Failure/Error: click_on "Add new file"
  9. NoMethodError:
  10. undefined method `empty?' for nil:NilClass
  11. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/rack_test/browser.rb:49:in `process'
  12. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
  13. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/rack_test/browser.rb:31:in `follow'
  14. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/rack_test/node.rb:56:in `click'
  15. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/node/element.rb:133:in `block in click'
  16. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/node/base.rb:84:in `synchronize'
  17. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/node/element.rb:133:in `click'
  18. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/node/actions.rb:13:in `click_link_or_button'
  19. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/session.rb:676:in `block (2 levels) in <class:Session>'
  20. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
  21. # ./spec/features/attachments/add_to_question_spec.rb:61:in `block (3 levels) in <top (required)>'
  22. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/session.rb:285:in `within'
  23. # /Users/lexxie/.rvm/gems/ruby-2.2.0@qna/gems/capybara-2.4.4/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
  24. # ./spec/features/attachments/add_to_question_spec.rb:59:in `block (2 levels) in <top (required)>'
  25.  
  26. Finished in 0.72003 seconds (files took 3.98 seconds to load)
  27. 1 example, 1 failure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement