Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Failures when testing against the Realworld API Spec #18

Open
andyw8 opened this issue May 11, 2019 · 0 comments
Open

Failures when testing against the Realworld API Spec #18

andyw8 opened this issue May 11, 2019 · 0 comments

Comments

@andyw8
Copy link
Collaborator

andyw8 commented May 11, 2019

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"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant