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

package.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":["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"}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy