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
Used this refresh method on a project to ensure the page was always refreshed (IIRC, when the URL had a fragment identifier, e.g. http://localhost:3000/#/products, the refresh wouldn't work when it was a visit current_url, the refreshEnforcer random param was needed):
Used this
refresh
method on a project to ensure the page was always refreshed (IIRC, when the URL had a fragment identifier, e.g.http://localhost:3000/#/products
, the refresh wouldn't work when it was avisit current_url
, therefreshEnforcer
random param was needed):Introduce this to rspec-rails-examples to test that an AJAX-dependent change has persisted.
The text was updated successfully, but these errors were encountered: