Skip to content

Commit

Permalink
Bugfix/fix eth test (#4076)
Browse files Browse the repository at this point in the history
* fix: fix Lido/Kiln button analytics not working

* chore: add changeset

* fix: fix eth test lld
  • Loading branch information
sarneijim authored Jul 20, 2023
1 parent a94da20 commit c89a423
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-timers-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Fix tests
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ test("Ethereum staking flows via portfolio, asset page and market page", async (
event: "button_clicked",
properties: {
button: "kiln",
page: "account/mock:1:ethereum:true_ethereum_1:",
path: "account/mock:1:ethereum:true_ethereum_1:",
modal: "stake",
flow: "stake",
value: "/platform/kiln",
Expand Down Expand Up @@ -176,7 +176,7 @@ test("Ethereum staking flows via portfolio, asset page and market page", async (
event: "button_clicked",
properties: {
button: "kiln_pooling",
page: "account/mock:1:ethereum:true_ethereum_0:",
path: "account/mock:1:ethereum:true_ethereum_0:",
modal: "stake",
flow: "stake",
value: "/platform/kiln",
Expand Down

1 comment on commit c89a423

@vercel
Copy link

@vercel vercel bot commented on c89a423 Jul 20, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.