Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Atlanta, GA
- Sign in to view email
- https://cypress.io
Pinned
465 contributions in the last year
Contribution activity
May 2020
Created a pull request in cypress-io/cypress that received 4 comments
cast numbers to strings when accessing assertions which always yield string subjects
fixes #7314
User facing changelog
Assertions using numbers as arguments now pass without strictly casting the number to a string:
have.text
have.id
…
+103
−17
•
4
comments
Created an issue in cypress-io/cypress that received 2 comments
Assertions passed with a number argument should be conditionally be casted as a string on DOM string accessors
Current behavior:
Passing a number to the the following assertions always fails, but casting it to a string passes.
have.text
have.id
have.data
h…
2
comments