diff --git a/mobile-app/cypress/e2e/functional/wallet/loans/collateral_with_50_percent_collateral_token.spec.ts b/mobile-app/cypress/e2e/functional/wallet/loans/collateral_with_50_percent_collateral_token.spec.ts index f53b4262a5..c38a35e3f6 100644 --- a/mobile-app/cypress/e2e/functional/wallet/loans/collateral_with_50_percent_collateral_token.spec.ts +++ b/mobile-app/cypress/e2e/functional/wallet/loans/collateral_with_50_percent_collateral_token.spec.ts @@ -57,7 +57,8 @@ function borrowLoan(symbol: string, amount: string): void { cy.closeOceanInterface(); } -context("Wallet - Loans - 50% valid collateral token ratio", () => { +// TODO (Harsh) uncomment when testcase stop crashing chrome +context.skip("Wallet - Loans - 50% valid collateral token ratio", () => { const walletTheme = { isDark: false }; let vaultId: string; beforeEach(() => { diff --git a/mobile-app/cypress/e2e/functional/wallet/settings/addressBook.spec.ts b/mobile-app/cypress/e2e/functional/wallet/settings/addressBook.spec.ts index 5befde0466..da66118b99 100644 --- a/mobile-app/cypress/e2e/functional/wallet/settings/addressBook.spec.ts +++ b/mobile-app/cypress/e2e/functional/wallet/settings/addressBook.spec.ts @@ -65,6 +65,7 @@ context("Wallet - Settings - Address Book", { testIsolation: false }, () => { cy.createEmptyWallet(true); cy.wait(1000); cy.getByTestID("header_settings").should("exist").click(); + cy.wait(1000); cy.getByTestID("address_book_title").click(); cy.getByTestID("add_new_address").click(); cy.getByTestID("address_book_label_input").type(label);