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

fix: playwright, and wrong import and export #8391

Merged
merged 4 commits into from
Nov 19, 2024

Conversation

qperrot
Copy link
Contributor

@qperrot qperrot commented Nov 18, 2024

βœ… Checklist

  • npx changeset was attached.
  • Covered by automatic tests.
  • Impact of the changes:
    • ...

πŸ“ 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 !

Shottr 2024-11-19 11 42 00 Shottr 2024-11-19 11 41 48 SCR-20241119-kjtr

image

SCR-20241119-kjuq

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

  • JIRA or GitHub link:

🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.
  • Performance considerations have been taken into account. (changes have been profiled or benchmarked if necessary)

@qperrot qperrot requested a review from a team as a code owner November 18, 2024 15:36
Copy link

vercel bot commented Nov 18, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview Nov 19, 2024 0:06am
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Nov 19, 2024 0:06am
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Nov 19, 2024 0:06am
web-tools ⬜️ Ignored (Inspect) Visit Preview Nov 19, 2024 0:06am

@live-github-bot live-github-bot bot added the common Has changes in live-common label Nov 18, 2024
@qperrot qperrot requested a review from Wozacosta November 18, 2024 15:37
Wozacosta
Wozacosta previously approved these changes Nov 18, 2024
@Wozacosta Wozacosta changed the title fix: wrong import and export fix: playwright, and wrong import and export Nov 19, 2024
@Wozacosta Wozacosta requested review from a team as code owners November 19, 2024 10:39
@live-github-bot live-github-bot bot added the desktop Has changes in LLD label Nov 19, 2024
@Wozacosta Wozacosta force-pushed the fix/import-setup-stacks branch from 0337d0a to 2747ffb Compare November 19, 2024 10:48
KVNLS
KVNLS previously approved these changes Nov 19, 2024
Copy link
Member

@KVNLS KVNLS left a 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";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it intentional?

Copy link
Contributor

@Wozacosta Wozacosta Nov 19, 2024

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

Copy link
Contributor Author

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

@Wozacosta Wozacosta merged commit 4364ca6 into develop Nov 19, 2024
55 of 56 checks passed
@Wozacosta Wozacosta deleted the fix/import-setup-stacks branch November 19, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Has changes in live-common desktop Has changes in LLD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants