From c89a42356feb1a7353a74c3c355d4ec9e9adace3 Mon Sep 17 00:00:00 2001 From: sarneijim <38540290+sarneijim@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:49:49 +0100 Subject: [PATCH] Bugfix/fix eth test (#4076) * fix: fix Lido/Kiln button analytics not working * chore: add changeset * fix: fix eth test lld --- .changeset/tasty-timers-divide.md | 5 +++++ .../tests/specs/services/ethereumStaking.spec.ts | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/tasty-timers-divide.md diff --git a/.changeset/tasty-timers-divide.md b/.changeset/tasty-timers-divide.md new file mode 100644 index 000000000000..7f124e5cb0ab --- /dev/null +++ b/.changeset/tasty-timers-divide.md @@ -0,0 +1,5 @@ +--- +"ledger-live-desktop": patch +--- + +Fix tests diff --git a/apps/ledger-live-desktop/tests/specs/services/ethereumStaking.spec.ts b/apps/ledger-live-desktop/tests/specs/services/ethereumStaking.spec.ts index 7106d35fef64..8e1fda1cc3f1 100644 --- a/apps/ledger-live-desktop/tests/specs/services/ethereumStaking.spec.ts +++ b/apps/ledger-live-desktop/tests/specs/services/ethereumStaking.spec.ts @@ -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", @@ -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",