Skip to content

Commit

Permalink
chore(tests): test e2e runner (#4104)
Browse files Browse the repository at this point in the history
* chore(tests): add delay to service prrovider

* chore(tests): update transferdomain addresses test

* chore(tests): remove delay to service provider
  • Loading branch information
lykalabrada authored Oct 24, 2023
1 parent 1603cc9 commit d10c19a
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ context("Portfolio - Send - Address Book", () => {
// Whitelisted addresses
function populateAddressBook(hasExistingAddress?: boolean): void {
cy.getByTestID("bottom_tab_portfolio").click();
cy.getByTestID("action_button_group").should("exist");
cy.getByTestID("send_balance_button").click().wait(3000);
cy.getByTestID("select_DFI").click().wait(3000);
cy.getByTestID("address_book_button").click();
cy.getByTestID("bottom_tab_portfolio").click();
cy.getByTestID("header_settings").click();
cy.getByTestID("address_book_title").click();
cy.wrap(labels).each((_v, index: number) => {
cy.getByTestID("add_new_address").click();

Expand Down

0 comments on commit d10c19a

Please sign in to comment.