package.cypress-utils.constants.selectors.signUp.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neeto-commons-frontend Show documentation
Show all versions of neeto-commons-frontend Show documentation
A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.
import { dataCy } from "../../utils/common";
export var signUpSelectors = {
emailTextField: dataCy("signup-email-text-field"),
firstNameTextField: dataCy("signup-profile-first-name-text-field"),
lastNameTextField: dataCy("signup-profile-last-name-text-field"),
organizationNameTextField: dataCy("signup-organization-name-text-field"),
organizationSubmitButton: dataCy("signup-organization-submit-button"),
otpTextBox: dataCy("otpinput-otp-number"),
profileSubmitButton: dataCy("signup-profile-submit-button"),
signupViaEmailButton: dataCy("signup-via-email-button"),
submitButton: dataCy("signup-email-submit-button"),
subdomainNameTextField: dataCy("signup-organization-subdomain-text-field"),
subdomainError: dataCy("subdomain-input-error"),
tryFreeButton: dataCy("neeto-auth-signup-link")
};
//# sourceMappingURL=signUp.js.map