package.cjs.cypress-utils.constants.selectors.editor.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.neetoEditorSelectors = void 0;
var _common = require("../../utils/common");
var neetoEditorSelectors = {
boldOption: (0, _common.dataCy)("neeto-editor-fixed-menu-bold-option"),
italicOption: (0, _common.dataCy)("neeto-editor-fixed-menu-italic-option"),
underlineOption: (0, _common.dataCy)("neeto-editor-fixed-menu-underline-option"),
strikeOption: (0, _common.dataCy)("neeto-editor-fixed-menu-strike-option"),
codeBlockOption: (0, _common.dataCy)("neeto-editor-fixed-menu-code-option"),
highlightOption: (0, _common.dataCy)("neeto-editor-fixed-menu-highlight-option"),
linkInput: (0, _common.dataCy)("neeto-editor-fixed-menu-link-option-input"),
linkSubmitButton: (0, _common.dataCy)("neeto-editor-fixed-menu-link-option-link-button"),
commandList: function commandList(index) {
return (0, _common.dataCy)("neeto-editor-command-list-item-".concat(index));
},
imageUploadUrlSubmitButton: (0, _common.dataCy)("neeto-editor-media-upload-url-submit"),
imageUploadUrlInputTextField: (0, _common.dataCy)("neeto-editor-media-upload-url-input"),
uploadInput: (0, _common.dataCy)("neeto-editor-media-uploader-input"),
editorMenuBarWrapper: (0, _common.dataCy)("neeto-editor-fixed-menu-wrapper"),
undoOption: (0, _common.dataCy)("neeto-editor-fixed-menu-undo-option"),
redoOption: (0, _common.dataCy)("neeto-editor-fixed-menu-redo-option"),
imageWrapper: (0, _common.dataCy)("neeto-editor-image-wrapper")
};
exports.neetoEditorSelectors = neetoEditorSelectors;
//# sourceMappingURL=editor.js.map