We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rspec時に以下のエラーがでる。
Failure/Error: page.evaluate_script('jQuery.active').zero? NoMethodError: undefined method `zero?' for nil:NilClas
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/47835647/rspec-feature-test-cannot-visit-a-path によれば、
jQueryが含まれていないページで、またはまだロードされていないときに「wait_for_ajax」を呼び出している ことらしい。
このエラーの1つ前に
Failure/Error: raise ActionController::RoutingError, "No route matches [#{env['REQUEST_METHOD']}] #{env['PATH_INFO'].inspect}" ActionController::RoutingError: No route matches [GET] "/fonts/glyphicons-halflings-regular.woff"
が発生しているため、先に解決するべきはこちらになりそう。
Sorry, something went wrong.
Announcement ではrouting Errorの後にタイトルのエラーが出ているが、monthly reportでは #1 のエラーの後に出ているため、関係なさそうである。
No branches or pull requests
概要
rspec時に以下のエラーがでる。
再現・確認手順(任意)
ToDo
The text was updated successfully, but these errors were encountered: