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 initial fetch call to load a user's dashboard (GET http://localhost:3001/api/v1/users/:user_id/dashboard) is not being intercepted in most of the existing Cypress tests. This call should be intercepted in all tests. Files where intercepts are needed:
LoginSpec
NewContact
NewJobApplicationSpec
ShowContactSpec
UserRegistration
companiesSpec
companyShowSpec
contactsSpec
dashboardSpec
jobsApplicationSpec
menuBarSpec
newCompanySpec
userInformation
The text was updated successfully, but these errors were encountered:
The initial fetch call to load a user's dashboard (GET http://localhost:3001/api/v1/users/:user_id/dashboard) is not being intercepted in most of the existing Cypress tests. This call should be intercepted in all tests. Files where intercepts are needed:
The text was updated successfully, but these errors were encountered: