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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy