-
Notifications
You must be signed in to change notification settings - Fork 461
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
Tests: Fix Cypress tests #2706
Tests: Fix Cypress tests #2706
Conversation
Branch preview✅ Deploy successful! https://fix_cypress_tests--walletweb.review-wallet-web.5afe.dev |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
Coverage report
Test suite run success1044 tests passing in 142 suites. Report generated by 🧪jest coverage report action from c770c07 |
cypress/e2e/smoke/add_owner.cy.js
Outdated
}) | ||
|
||
it('Verify Tooltip displays correct message for disconnected user [C56019]', () => { | ||
it.only('Verify Tooltip displays correct message for disconnected user [C56019]', () => { |
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.
Probably should remove this 😅
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.
Thank you for pointing this
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.
👏
What it solves
Resolves #2705
How this PR fixes it
Update test data/logic