package.cypress-utils.constants.selectors.ipRestriction.js.map 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.
{"version":3,"file":"ipRestriction.js","names":["dataCy","ipRestrictionSelectors","addButton","ipStartTextField","index","concat","ipEndTextField","cancelButton","ipRangeRow","enableIpRestrictionCheckbox"],"sources":["../../../../src/cypress-utils/constants/selectors/ipRestriction.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const ipRestrictionSelectors = {\n addButton: dataCy(\"add-allowed-ip-range-button\"),\n ipStartTextField: index => dataCy(\"ip-start-text-field\", `:eq(${index})`),\n ipEndTextField: dataCy(\"ip-end-text-field\"),\n cancelButton: dataCy(\"ip-cancel-button\"),\n ipRangeRow: dataCy(\"ip-range-row\"),\n enableIpRestrictionCheckbox: dataCy(\"enable-ip-restriction-checkbox\"),\n};\n"],"mappings":"AAAA,SAASA,MAAM;AAEf,OAAO,IAAMC,sBAAsB,GAAG;EACpCC,SAAS,EAAEF,MAAM,CAAC,6BAA6B,CAAC;EAChDG,gBAAgB,EAAE,SAAAA,iBAAAC,KAAK;IAAA,OAAIJ,MAAM,CAAC,qBAAqB,SAAAK,MAAA,CAASD,KAAK,OAAI;EAAA;EACzEE,cAAc,EAAEN,MAAM,CAAC,mBAAmB,CAAC;EAC3CO,YAAY,EAAEP,MAAM,CAAC,kBAAkB,CAAC;EACxCQ,UAAU,EAAER,MAAM,CAAC,cAAc,CAAC;EAClCS,2BAA2B,EAAET,MAAM,CAAC,gCAAgC;AACtE,CAAC"}