Skip to content

Commit

Permalink
[E2E]: Fix Market test (#6622)
Browse files Browse the repository at this point in the history
* [E2E]: Fix Market test

* test(lld): update screenshots (ubuntu-latest)  lld, test, screenshot

---------

Co-authored-by: live-github-bot[bot] <105061298+live-github-bot[bot]@users.noreply.github.com>
  • Loading branch information
mcayuelas-ledger and live-github-bot[bot] committed Apr 5, 2024
1 parent 2ef53d4 commit 6b41b3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-steaks-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Fix E2E market test
6 changes: 3 additions & 3 deletions apps/ledger-live-desktop/tests/specs/market/market.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ test("Market", async ({ page }) => {
await expect.soft(page).toHaveScreenshot("market-page-btc-star.png", maskItems);
});

await test.step("search bi", async () => {
await marketPage.search("bi");
await test.step("search bitcoin", async () => {
await marketPage.search("bitcoin");
await marketPage.waitForLoading();
await expect.soft(page).toHaveScreenshot("market-page-search-bi.png", maskItems);
await expect.soft(page).toHaveScreenshot("market-page-search-bitcoin.png", maskItems);
});

await test.step("filter starred", async () => {
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b41b3a

Please sign in to comment.