Skip to content
New issue

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

jquery周りのエラー #5

Open
1 task
atarubift opened this issue Sep 15, 2021 · 2 comments
Open
1 task

jquery周りのエラー #5

atarubift opened this issue Sep 15, 2021 · 2 comments

Comments

@atarubift
Copy link

概要

rspec時に以下のエラーがでる。

Failure/Error: page.evaluate_script('jQuery.active').zero?

          NoMethodError:
            undefined method `zero?' for nil:NilClas

再現・確認手順(任意)

ToDo

  • ラベル付け
@atarubift
Copy link
Author

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"

が発生しているため、先に解決するべきはこちらになりそう。

@atarubift
Copy link
Author

Announcement ではrouting Errorの後にタイトルのエラーが出ているが、monthly reportでは #1 のエラーの後に出ているため、関係なさそうである。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant