package.cjs.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.
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.signUpSelectors = void 0;
var _common = require("../../utils/common");
var signUpSelectors = exports.signUpSelectors = {
emailTextField: (0, _common.dataCy)("signup-email-text-field"),
firstNameTextField: (0, _common.dataCy)("signup-profile-first-name-text-field"),
lastNameTextField: (0, _common.dataCy)("signup-profile-last-name-text-field"),
organizationNameTextField: (0, _common.dataCy)("signup-organization-name-text-field"),
organizationSubmitButton: (0, _common.dataCy)("signup-organization-submit-button"),
otpTextBox: (0, _common.dataCy)("otpinput-otp-number"),
profileSubmitButton: (0, _common.dataCy)("signup-profile-submit-button"),
signupViaEmailButton: (0, _common.dataCy)("signup-via-email-button"),
submitButton: (0, _common.dataCy)("signup-email-submit-button"),
subdomainNameTextField: (0, _common.dataCy)("signup-organization-subdomain-text-field"),
subdomainError: (0, _common.dataCy)("subdomain-input-error"),
tryFreeButton: (0, _common.dataCy)("neeto-auth-signup-link")
};
//# sourceMappingURL=signUp.js.map