-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Commands UI assert errors should clearly delineate integers from strings. #25
Closed
jennifer-shehane opened this issue
Apr 20, 2015
· 4 comments
· Fixed by #5619 · May be fixed by ngChile/ngx-devkit-cypress-builder#20 or qsays/grafana#1
Closed
Commands UI assert errors should clearly delineate integers from strings. #25
jennifer-shehane opened this issue
Apr 20, 2015
· 4 comments
· Fixed by #5619 · May be fixed by ngChile/ngx-devkit-cypress-builder#20 or qsays/grafana#1
Labels
good first issue
Good for newcomers
pkg/driver
This is due to an issue in the packages/driver directory
type: bug
type: error message
Comments
This comment has been minimized.
This comment has been minimized.
1 task
This was referenced Oct 31, 2019
Closed
1 task
The code for this is done in cypress-io/cypress#5619, but has yet to be released. |
1 similar comment
The code for this is done in cypress-io/cypress#5619, but has yet to be released. |
Released in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
good first issue
Good for newcomers
pkg/driver
This is due to an issue in the packages/driver directory
type: bug
type: error message
The ASSERT error (in red background) on the commands UI does not signify whether my value is a string or not. The AssertionError (in yellow background) more clearly defines my error (that the integer 25 does not equal "25").
Example

To reproduce:
The text was updated successfully, but these errors were encountered: