package.cjs.cypress-utils.constants.selectors.roles.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.rolesSelectors = void 0;
var _common = require("utils/common");
var rolesSelectors = {
newButton: (0, _common.dataCy)("ntm-add-role-button"),
proceedButton: (0, _common.dataCy)("ntm-add-role-submit-button"),
cancelButton: (0, _common.dataCy)("ntm-add-role-cancel-button"),
tableHeaderRoleName: (0, _common.dataCy)("ntm-roles-table-role-header"),
nameTextField: (0, _common.dataCy)("ntm-add-role-name-text-field"),
searchTextField: (0, _common.dataCy)("ntm-search-roles-input"),
updateRolePaneHeading: (0, _common.dataCy)("ntm-add-role-title"),
updateRoleCancelButton: (0, _common.dataCy)("ntm-add-role-cancel-button"),
descriptionTextField: (0, _common.dataCy)("ntm-add-role-description-text-field"),
permissionCategoryTitle: (0, _common.dataCy)("ntm-roles-permission-category-title"),
headerColumn: (0, _common.dataCy)("ntm-roles-table-header"),
dropDownIcon: (0, _common.dataCy)("ntm-roles-table-header-role-dropdown-button"),
tableHeaderRoleTitle: (0, _common.dataCy)("ntm-roles-table-header-role-title")
};
exports.rolesSelectors = rolesSelectors;
//# sourceMappingURL=roles.js.map