Skip to content

Commit

Permalink
change structure with using POM
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiiaZaitseva committed Sep 1, 2022
1 parent 84182ef commit 3aa61a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions airbyte-webapp-e2e-tests/cypress/pages/onboaardingPage.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const emailInput = "input[name=email]";

export const fillEmail = (email: string) => {
cy.get(emailInput).type(email);
}

0 comments on commit 3aa61a1

Please sign in to comment.