package.cypress-utils.constants.selectors.editor.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":"editor.js","names":["dataCy","neetoEditorSelectors","boldOption","italicOption","underlineOption","strikeOption","codeBlockOption","highlightOption","linkInput","linkSubmitButton","commandList","index","concat","imageUploadUrlSubmitButton","imageUploadUrlInputTextField","uploadInput","editorMenuBarWrapper","undoOption","redoOption","imageWrapper"],"sources":["../../../../src/cypress-utils/constants/selectors/editor.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const neetoEditorSelectors = {\n boldOption: dataCy(\"neeto-editor-fixed-menu-bold-option\"),\n italicOption: dataCy(\"neeto-editor-fixed-menu-italic-option\"),\n underlineOption: dataCy(\"neeto-editor-fixed-menu-underline-option\"),\n strikeOption: dataCy(\"neeto-editor-fixed-menu-strike-option\"),\n codeBlockOption: dataCy(\"neeto-editor-fixed-menu-code-option\"),\n highlightOption: dataCy(\"neeto-editor-fixed-menu-highlight-option\"),\n linkInput: dataCy(\"neeto-editor-fixed-menu-link-option-input\"),\n linkSubmitButton: dataCy(\"neeto-editor-fixed-menu-link-option-link-button\"),\n commandList: index => dataCy(`neeto-editor-command-list-item-${index}`),\n imageUploadUrlSubmitButton: dataCy(\"neeto-editor-media-upload-url-submit\"),\n imageUploadUrlInputTextField: dataCy(\"neeto-editor-media-upload-url-input\"),\n uploadInput: dataCy(\"neeto-editor-media-uploader-input\"),\n editorMenuBarWrapper: dataCy(\"neeto-editor-fixed-menu-wrapper\"),\n undoOption: dataCy(\"neeto-editor-fixed-menu-undo-option\"),\n redoOption: dataCy(\"neeto-editor-fixed-menu-redo-option\"),\n imageWrapper: dataCy(\"neeto-editor-image-wrapper\"),\n};\n"],"mappings":"AAAA,SAASA,MAAM;AAEf,OAAO,IAAMC,oBAAoB,GAAG;EAClCC,UAAU,EAAEF,MAAM,CAAC,qCAAqC,CAAC;EACzDG,YAAY,EAAEH,MAAM,CAAC,uCAAuC,CAAC;EAC7DI,eAAe,EAAEJ,MAAM,CAAC,0CAA0C,CAAC;EACnEK,YAAY,EAAEL,MAAM,CAAC,uCAAuC,CAAC;EAC7DM,eAAe,EAAEN,MAAM,CAAC,qCAAqC,CAAC;EAC9DO,eAAe,EAAEP,MAAM,CAAC,0CAA0C,CAAC;EACnEQ,SAAS,EAAER,MAAM,CAAC,2CAA2C,CAAC;EAC9DS,gBAAgB,EAAET,MAAM,CAAC,iDAAiD,CAAC;EAC3EU,WAAW,EAAE,SAAbA,WAAWA,CAAEC,KAAK;IAAA,OAAIX,MAAM,mCAAAY,MAAA,CAAmCD,KAAK,CAAE,CAAC;EAAA;EACvEE,0BAA0B,EAAEb,MAAM,CAAC,sCAAsC,CAAC;EAC1Ec,4BAA4B,EAAEd,MAAM,CAAC,qCAAqC,CAAC;EAC3Ee,WAAW,EAAEf,MAAM,CAAC,mCAAmC,CAAC;EACxDgB,oBAAoB,EAAEhB,MAAM,CAAC,iCAAiC,CAAC;EAC/DiB,UAAU,EAAEjB,MAAM,CAAC,qCAAqC,CAAC;EACzDkB,UAAU,EAAElB,MAAM,CAAC,qCAAqC,CAAC;EACzDmB,YAAY,EAAEnB,MAAM,CAAC,4BAA4B;AACnD,CAAC","ignoreList":[]}