All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.cjs.cypress-utils.constants.selectors.roles.js Maven / Gradle / Ivy

Go to download

A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.

There is a newer version: 4.12.3
Show newest version
"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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy