-
Notifications
You must be signed in to change notification settings - Fork 327
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
fix: removed screenshot swap checks in favour of text check and tidied up services page objects and tests #4085
fix: removed screenshot swap checks in favour of text check and tidied up services page objects and tests #4085
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
apps/ledger-live-desktop/src/renderer/drawers/SwapOperationDetails/index.tsx
Outdated
Show resolved
Hide resolved
…d up services page objects and tests
chore: remove pause fix: renamed analytics page property to path chore: removing console logs
4c11a88
to
d63ba40
Compare
/full-lld-tests |
📝 Description
NOTE: this PR is primarily to remove the screenshot which was failing due to flaky amounts in the swap verify drawer. We're now just checking the text and that the amount matches up to the first 3 decimals which are consistent as far as we can see. This issue should be fixed as the user could be seeing the wrong amount in the verify screen. Also the functions that generate the formatted amounts should have unit tests given it is a large, complex function and it is used in many places in LLD and LLM.
❓ Context
✅ Checklist
📸 Demo
🚀 Expectations to reach
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.