Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Capybara::Poltergeist::JavascriptError:
  2.        One or more errors were raised in the Javascript code on the page. If you don't care about these errors, you can ignore them by setting js_errors: false in your Poltergeist configuration (see documentation for details).
  3.    
  4.       TypeError: undefined is not an object (evaluating 'document.getElementsByClassName("job-form__company-description")[0].querySelector')
  5.       TypeError: undefined is not an object (evaluating 'document.getElementsByClassName("job-form__company-description")[0].querySelector')
  6.           at http://127.0.0.1:43133/assets/application-dcb84ca18bcccbd2b7389c1654369ad678c4f543ddbc438a3d0198bbab0454ef.js:26751
  7.           at http://127.0.0.1:43133/assets/application-dcb84ca18bcccbd2b7389c1654369ad678c4f543ddbc438a3d0198bbab0454ef.js:3188 in fire
  8.           at http://127.0.0.1:43133/assets/application-dcb84ca18bcccbd2b7389c1654369ad678c4f543ddbc438a3d0198bbab0454ef.js:3318 in fireWith
  9.           at http://127.0.0.1:43133/assets/application-dcb84ca18bcccbd2b7389c1654369ad678c4f543ddbc438a3d0198bbab0454ef.js:3537 in ready
  10.           at http://127.0.0.1:43133/assets/application-dcb84ca18bcccbd2b7389c1654369ad678c4f543ddbc438a3d0198bbab0454ef.js:3553 in completed
  11.     # ./spec/features/company_spec.rb:524:in `visit_dashboard'
  12.      # ./spec/features/company_spec.rb:488:in `block (4 levels) in <top (required)>'
  13.     # ./spec/spec_helper.rb:80:in `block (2 levels) in <top (required)>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement