package.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.
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