-
Notifications
You must be signed in to change notification settings - Fork 354
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: playwright, and wrong import and export #8391
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 4 Skipped Deployments
|
0337d0a
to
2747ffb
Compare
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.
Thanks a lot for this fix!
@@ -2,7 +2,7 @@ | |||
|
|||
import { createBridges } from "@ledgerhq/coin-stacks"; | |||
import stacksResolver, { signMessage } from "@ledgerhq/coin-stacks/signer/index"; | |||
import makeCliTools from "@ledgerhq/coin-xrp/test/cli"; | |||
import makeCliTools from "@ledgerhq/coin-stacks/test/cli"; |
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.
Is it intentional?
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.
No the original was a mix up, this changes in this PR are intentional
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.
yes that was the point of this PR at first then @Wozacosta fixed playwright
β Checklist
npx changeset
was attached.π Description
wrong import and export !
Also, fixes a playwright test:
Before
When trying to click the 7 day time range, we ended up clicking on dogecoin !
https://github.com/LedgerHQ/ledger-live/actions/runs/11897758228/job/33187953305?pr=8159
To fix this, we now select within the time range dropdown before clicking on the element containing "7d"
β Context
π§ Checklist for the PR Reviewers