Skip to content

Commit

Permalink
test: fix receive after disabling mocked contervalues
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Jan 29, 2025
1 parent 1e27607 commit 3dcbc96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/ledger-live-mobile/e2e/specs/speculos/deeplinks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const nanoApp = AppInfos.ETHEREUM;

const ethereumLong = "ethereum";
const bitcoinLong = "bitcoin";
const arbitrumLong = "arbitrum";
const bobaLong = "boba";
const zksync = "zksync";
const scroll = "scroll";

$TmsLink("B2CQA-1837");
describe("DeepLinks Tests", () => {
Expand Down Expand Up @@ -97,6 +97,6 @@ describe("DeepLinks Tests", () => {
await app.portfolio.openViaDeeplink();
await app.portfolio.waitForPortfolioPageToLoad();
await app.receive.receiveViaDeeplink(ethereumLong);
await app.receive.expectSecondStepNetworks([ethereumLong, arbitrumLong, bobaLong]);
await app.receive.expectSecondStepNetworks([ethereumLong, zksync, scroll]);
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe("Receive Flow", () => {
it("Should access to receive after importing a cryptocurrency on a selected network", async () => {
await openReceive();
await app.common.performSearch("Polygon");
await app.receive.selectAsset("POL");
await app.receive.selectCurrency("Polygon");
await app.receive.selectNetwork("binance smart chain");
await app.receive.selectAccount("Binance Smart Chain 1");
await app.receive.doNotVerifyAddress();
Expand Down

0 comments on commit 3dcbc96

Please sign in to comment.