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 Sep 27, 2022. It is now read-only.
The following tests appear to be failing when running the Realworld API spec against the Rails app:
# failure detail
1. AssertionError Response contains "user" property
expected false to be truthy
at assertion:0 in test-script
inside "Profiles / Register Celeb"
2. AssertionError User has "email" property
expected false to be truthy
at assertion:1 in test-script
inside "Profiles / Register Celeb"
3. AssertionError User has "username" property
expected false to be truthy
at assertion:2 in test-script
inside "Profiles / Register Celeb"
4. AssertionError User has "bio" property
expected false to be truthy
at assertion:3 in test-script
inside "Profiles / Register Celeb"
5. AssertionError User has "image" property
expected false to be truthy
at assertion:4 in test-script
inside "Profiles / Register Celeb"
6. AssertionError User has "token" property
expected false to be truthy
at assertion:5 in test-script
inside "Profiles / Register Celeb"
7. AssertionError Response code is 200 OK
expected false to be truthy
at assertion:0 in test-script
inside "Profiles / Profile"
8. AssertionError Response code is 200 OK
expected false to be truthy
at assertion:0 in test-script
inside "Profiles / Follow Profile"
9. AssertionError Response code is 200 OK
expected false to be truthy
at assertion:0 in test-script
inside "Profiles / Unfollow Profile"
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.
The following tests appear to be failing when running the Realworld API spec against the Rails app:
The text was updated successfully, but these errors were encountered: