Skip to content

Commit 3aa61a1

Browse files
change structure with using POM
1 parent 84182ef commit 3aa61a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const emailInput = "input[name=email]";
2+
3+
export const fillEmail = (email: string) => {
4+
cy.get(emailInput).type(email);
5+
}

0 commit comments

Comments
 (0)