package.cjs.cypress-utils.constants.selectors.ipRestriction.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.ipRestrictionSelectors = void 0;
var _common = require("../../utils/common");
var ipRestrictionSelectors = {
addButton: (0, _common.dataCy)("add-allowed-ip-range-button"),
ipStartTextField: function ipStartTextField(index) {
return (0, _common.dataCy)("ip-start-text-field", ":eq(".concat(index, ")"));
},
ipEndTextField: (0, _common.dataCy)("ip-end-text-field"),
cancelButton: (0, _common.dataCy)("ip-cancel-button"),
ipRangeRow: (0, _common.dataCy)("ip-range-row"),
enableIpRestrictionCheckbox: (0, _common.dataCy)("enable-ip-restriction-checkbox")
};
exports.ipRestrictionSelectors = ipRestrictionSelectors;
//# sourceMappingURL=ipRestriction.js.map