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

package.cjs.cypress-utils.constants.selectors.editor.js 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
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.neetoEditorSelectors = void 0;
var _common = require("../../utils/common");
var neetoEditorSelectors = exports.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")
};
//# sourceMappingURL=editor.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy