-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Sebin/task/#2284 upgrade cypress to the latest ricardo #2331
Sebin/task/#2284 upgrade cypress to the latest ricardo #2331
Conversation
…grade-cypress-to-the-latest
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/cypress@7.7.0) |
group-income Run #3063
Run Properties:
|
Project |
group-income
|
Branch Review |
sebin/task/#2284-upgrade-cypress-to-the-latest-ricardo
|
Run status |
Passed #3063
|
Run duration | 09m 42s |
Commit |
97e77d3ae5 ℹ️: Merge 6496dbb129a8c894e6fbbe4d8c2869d71ac91154 into b1f60dbcafdbbf801b4b7c14cdf7...
|
Committer | Ricardo Iván Vieitez Parra |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
10
|
Skipped |
0
|
Passing |
111
|
View all changes introduced in this branch ↗︎ |
Interesting, it seems this had no effect on the issue @SebinSong's running into. |
68e9ddb
to
cb849a9
Compare
cy.get('@firstRowAmountInput').clear({ force: true }) | ||
// NOTE: Since this amount input element has a floating element ('$' sign) above it, cypress thinks the <input /> is not visible, which is not true. | ||
// So we need to add { force: true } here. | ||
cy.get('@firstRowAmountInput').type('50', { force: true }) |
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.
I can check if this block can also be replaced with type('{selectall}{del}50')
once this PR is merged.
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 to me. Amazing work @corrideat !
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.
Amazing work @SebinSong & @corrideat !!
No description provided.