Skip to content

Commit 84182ef

Browse files
move fillEmail method
1 parent cc8f8ea commit 84182ef

File tree

1 file changed

+4
-0
lines changed
  • airbyte-webapp-e2e-tests/cypress/commands

1 file changed

+4
-0
lines changed

airbyte-webapp-e2e-tests/cypress/commands/common.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ export const clearApp = () => {
2121
cy.clearLocalStorage();
2222
cy.clearCookies();
2323
}
24+
25+
export const fillEmail = (email: string) => {
26+
cy.get("input[name=email]").type(email);
27+
}

0 commit comments

Comments
 (0)