We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84182ef commit 3aa61a1Copy full SHA for 3aa61a1
airbyte-webapp-e2e-tests/cypress/pages/onboaardingPage.ts
@@ -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