Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Oct 20, 2023
1 parent 37864e8 commit ae057b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ context("Portfolio - Send - Address Book", () => {
cy.getByTestID("save_address_label").click().wait(1000);
cy.getByTestID("pin_authorize").type("000000").wait(2000);
cy.wait(1000);
cy.getByTestID("address_book_button").click();
cy.getByTestID(`address_row_label_${index}_WHITELISTED`).contains(
labels[index],
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ defichainUrlEnvs.forEach((defichainUrlEnv) => {
cy.getByTestID("button_submit").click().wait(3000);
cy.getByTestID("pin_authorize").type("000000", { delay: 3000 });
cy.wait(5000);
cy.url().should("include", "app/portfolio");
cy.getByTestID("bottom_tab_portfolio").click();
cy.url().should("include", "app/portfolio");
cy.wait(4000);
cy.getByTestID("header_settings").click().wait(1000);
cy.wait(4000);
Expand Down

0 comments on commit ae057b6

Please sign in to comment.