@bigbinary/neeto-playwright-commons 1.8.32 → 1.8.33
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 +4 -0
- package/index.cjs.js.map +1 -1
- package/index.d.ts +4 -0
- package/index.js +4 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -13070,6 +13070,10 @@ const NEETO_EDITOR_SELECTORS = {
|
|
|
13070
13070
|
redoOption: "neeto-editor-fixed-menu-redo-option",
|
|
13071
13071
|
imageWrapper: "neeto-editor-image-wrapper",
|
|
13072
13072
|
contentField: "neeto-editor-content",
|
|
13073
|
+
addLinkButton: "neeto-editor-fixed-menu-link-option",
|
|
13074
|
+
addLinkTextField: "neeto-editor-add-link-text-input",
|
|
13075
|
+
addURLTextField: "neeto-editor-add-link-url-input",
|
|
13076
|
+
submitLinkButton: "neeto-editor-add-link",
|
|
13073
13077
|
};
|
|
13074
13078
|
|
|
13075
13079
|
const NEETO_FILTERS_SELECTORS = {
|