Skip to content

Commit

Permalink
Merge pull request #7046 from LedgerHQ/support/qaa_106_detox_skip_fla…
Browse files Browse the repository at this point in the history
…ky_webview

[QAA-106][Detox]Disable flaky webview checks
  • Loading branch information
abdurrahman-ledger committed Jun 10, 2024
2 parents a8f151b + 96fd5b2 commit 6023f05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apps/ledger-live-mobile/e2e/specs/market.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe("Market page for user with no device", () => {
await marketPage.openAssetPage("Bitcoin (BTC)");
await marketPage.buyAsset();
await getDevicePage.buyNano();
await getDevicePage.expectBuyNanoWebPage();
// Todo: Fix webview check tests
// await getDevicePage.expectBuyNanoWebPage();
});
});
6 changes: 4 additions & 2 deletions apps/ledger-live-mobile/e2e/specs/onboardingReadOnly.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ describe("Onboarding - Read Only", () => {
await onboardingSteps.chooseNoLedgerYet();
await onboardingSteps.chooseToBuyLedger();
await getDevicePage.buyNano();
await getDevicePage.expectBuyNanoWebPage();
// Todo: Fix webview check tests
// await getDevicePage.expectBuyNanoWebPage();
});

$TmsLink("B2CQA-370");
Expand All @@ -48,6 +49,7 @@ describe("Onboarding - Read Only", () => {
await marketPage.openAssetPage("Bitcoin (BTC)");
await marketPage.buyAsset();
await getDevicePage.buyNano();
await getDevicePage.expectBuyNanoWebPage();
// Todo: Fix webview check tests
// await getDevicePage.expectBuyNanoWebPage();
});
});

0 comments on commit 6023f05

Please sign in to comment.