@bigbinary/neeto-playwright-commons 1.9.19 → 1.9.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +3 -0
- package/index.cjs.js.map +1 -1
- package/index.d.ts +9 -0
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -290,6 +290,7 @@ const COMMON_SELECTORS = {
|
|
|
290
290
|
pane: "pane-wrapper",
|
|
291
291
|
sideBar: "sidebar",
|
|
292
292
|
copyButton: "copy-button",
|
|
293
|
+
resetButton: "reset-button",
|
|
293
294
|
spinner: ".neeto-ui-spinner",
|
|
294
295
|
subheaderText: "subheader-left",
|
|
295
296
|
alertTitle: "alert-title",
|
|
@@ -14474,6 +14475,8 @@ const NEETO_EDITOR_SELECTORS = {
|
|
|
14474
14475
|
paragraphOption: "neeto-editor-fixed-menu-font-size-option-body2",
|
|
14475
14476
|
attachmentPreview: "ne-attachments-wrapper",
|
|
14476
14477
|
imageUploadLinkButton: "neeto-editor-media-uploader-link-tab",
|
|
14478
|
+
errorText: "neeto-editor-error-text",
|
|
14479
|
+
content: "editor-content",
|
|
14477
14480
|
};
|
|
14478
14481
|
const NEETO_TEXT_MODIFIER_SELECTORS = {
|
|
14479
14482
|
strikeOption: "neeto-editor-fixed-menu-strike-option",
|