Skip to content

Commit

Permalink
move fillEmail method
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiiaZaitseva committed Sep 1, 2022
1 parent cc8f8ea commit 84182ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airbyte-webapp-e2e-tests/cypress/commands/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ export const clearApp = () => {
cy.clearLocalStorage();
cy.clearCookies();
}

export const fillEmail = (email: string) => {
cy.get("input[name=email]").type(email);
}

0 comments on commit 84182ef

Please sign in to comment.