You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
@jonnysamps reported timeouts when executing examples that use the auth feature spec helpers in conjunction with the poltergeist driver (i.e. example groups tagged with :auth and :js simultaneously). This is not a case that is currently covered by g5_authenticatable's own test suite, which uses the racktest driver for all feature specs. However, it is a scenario we should support if at all possible.
As a temporary workaround, the :auth_request helpers can be used in javascript feature specs instead. This works, but it drops us directly into warden instead of using the omniauth test mode. It does not really help client applications assert that they've configured their before filters correctly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@jonnysamps reported timeouts when executing examples that use the auth feature spec helpers in conjunction with the poltergeist driver (i.e. example groups tagged with
:auth
and:js
simultaneously). This is not a case that is currently covered by g5_authenticatable's own test suite, which uses the racktest driver for all feature specs. However, it is a scenario we should support if at all possible.As a temporary workaround, the
:auth_request
helpers can be used in javascript feature specs instead. This works, but it drops us directly into warden instead of using the omniauth test mode. It does not really help client applications assert that they've configured their before filters correctly.The text was updated successfully, but these errors were encountered: