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

package.cjs.cypress-utils.constants.selectors.ipRestriction.js.map 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
{"version":3,"file":"ipRestriction.js","names":["_common","require","ipRestrictionSelectors","addButton","dataCy","ipStartTextField","index","concat","ipEndTextField","cancelButton","ipRangeRow","enableIpRestrictionCheckbox","exports"],"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,IAAAA,OAAA,GAAAC,OAAA;AAEO,IAAMC,sBAAsB,GAAG;EACpCC,SAAS,EAAE,IAAAC,cAAM,EAAC,6BAA6B,CAAC;EAChDC,gBAAgB,EAAE,SAAAA,iBAAAC,KAAK;IAAA,OAAI,IAAAF,cAAM,EAAC,qBAAqB,SAAAG,MAAA,CAASD,KAAK,OAAI;EAAA;EACzEE,cAAc,EAAE,IAAAJ,cAAM,EAAC,mBAAmB,CAAC;EAC3CK,YAAY,EAAE,IAAAL,cAAM,EAAC,kBAAkB,CAAC;EACxCM,UAAU,EAAE,IAAAN,cAAM,EAAC,cAAc,CAAC;EAClCO,2BAA2B,EAAE,IAAAP,cAAM,EAAC,gCAAgC;AACtE,CAAC;AAACQ,OAAA,CAAAV,sBAAA,GAAAA,sBAAA"}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy