-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
James crt test updates #195
Conversation
updates the CRT test to use an independent pathway to results. Also updates the score return signature to match the other surveys. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good thank you
console.log(spyCall); | ||
expect(spyCall["result"]["score"]).to.eq(2.0); | ||
}); | ||
cy.get("@callback").should("have.been.called"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are typing a string into a number field and still getting completion? That shouldn't be possible. I can see from the screenshot also that the field is empty when the test inputs cat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In other words, this part of the test should fail?
No description provided.