Skip to content

Commit

Permalink
commented e2e testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Mar 14, 2024
1 parent 90d9842 commit 93ad290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 93ad290

Please sign in to comment.