Skip to content

Commit

Permalink
test: fix flakyness on market e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed Oct 25, 2024
1 parent 77f01ea commit bd3c0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ledger-live-desktop/tests/specs/market/market.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ test("Market", async ({ page }) => {

await test.step("go to bitcoin page", async () => {
await marketPage.openCoinPage("btc");
await page.getByTestId("chart-container").waitFor({ state: "visible" });
await expect.soft(page).toHaveScreenshot("market-btc-page.png", {
mask: [
page.getByTestId("chart-container"),
Expand Down

0 comments on commit bd3c0e0

Please sign in to comment.