Skip to content
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

Merged

Conversation

corrideat
Copy link
Member

No description provided.

Copy link

socket-security bot commented Sep 5, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/cypress@13.14.2 Transitive: environment, eval, filesystem, network, shell, unsafe +87 15.5 MB astone123, atofstryker, brian-mann, ...9 more
npm/lru-cache@7.14.0 None 0 74.9 kB isaacs
npm/marked@11.1.1 None 0 919 kB tonybrix
npm/mocha@8.4.0 environment, eval, filesystem Transitive: shell +39 5.2 MB juergba
npm/multihashes@0.4.15 None +2 382 kB jacobheun

🚮 Removed packages: npm/cypress@7.7.0)

View full report↗︎

Copy link

cypress bot commented Sep 5, 2024

group-income    Run #3063

Run Properties:  status check passed Passed #3063  •  git commit 97e77d3ae5 ℹ️: Merge 6496dbb129a8c894e6fbbe4d8c2869d71ac91154 into b1f60dbcafdbbf801b4b7c14cdf7...
Project group-income
Branch Review sebin/task/#2284-upgrade-cypress-to-the-latest-ricardo
Run status status check passed Passed #3063
Run duration 09m 42s
Commit git commit 97e77d3ae5 ℹ️: Merge 6496dbb129a8c894e6fbbe4d8c2869d71ac91154 into b1f60dbcafdbbf801b4b7c14cdf7...
Committer Ricardo Iván Vieitez Parra
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 10
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 111
View all changes introduced in this branch ↗︎

@taoeffect
Copy link
Member

Interesting, it seems this had no effect on the issue @SebinSong's running into.

@corrideat corrideat force-pushed the sebin/task/#2284-upgrade-cypress-to-the-latest-ricardo branch from 68e9ddb to cb849a9 Compare September 7, 2024 19:07
@corrideat corrideat marked this pull request as ready for review September 8, 2024 21:20
Comment on lines +352 to +355
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 })
Copy link
Collaborator

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.

Copy link
Collaborator

@SebinSong SebinSong left a 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 !

Copy link
Member

@taoeffect taoeffect left a 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 !!

@taoeffect taoeffect merged commit b06a8b6 into master Sep 8, 2024
4 checks passed
@taoeffect taoeffect deleted the sebin/task/#2284-upgrade-cypress-to-the-latest-ricardo branch September 8, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants