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
The test: Handling of invalid authenticity token when trying to log in as an admin when the user was previously in an admin session triggers an inauthentic token error and redirects to the manage path- seems to be failing inconsistently with CircleCI. It passes locally. On CI it is failing wit the following message:
Failures:
Handling of invalid authenticity token when trying to log in as an admin when the user was previously in an admin session
triggers an inauthentic token error and redirects to the manage path
Failure/Error: visit manage_path
The test:
Handling of invalid authenticity token when trying to log in as an admin when the user was previously in an admin session triggers an inauthentic token error and redirects to the manage path
- seems to be failing inconsistently with CircleCI. It passes locally. On CI it is failing wit the following message:Fix this test so that it won't keep holding up builds: rspec ./spec/features/application_access/access_invalid_authenticity_spec.rb:40
The text was updated successfully, but these errors were encountered: