Skip to content

Commit

Permalink
test: disable irrelevant sync with desktop test
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Oct 16, 2024
1 parent 98d81b6 commit 61cc8c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions apps/ledger-live-mobile/e2e/specs/onboarding.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,4 @@ describe("Onboarding", () => {
await app.common.addDeviceViaBluetooth();
await app.portfolio.waitForPortfolioPageToLoad();
});

$TmsLink("B2CQA-1804");
it("does the Onboarding and choose to synchronize with Ledger Live Desktop", async () => {
await device.launchApp({ permissions: { camera: "YES" } }); // Make sure permission is given
await app.onboarding.startOnboarding();
await app.onboarding.chooseToAccessYourWallet();
await app.onboarding.chooseToSyncWithLedgerLiveDesktop();
await app.onboarding.goesThroughLedgerLiveDesktopScanning();
await app.onboarding.waitForScanningPage();
});
});

0 comments on commit 61cc8c5

Please sign in to comment.