@bigbinary/neeto-playwright-commons 1.10.4 → 1.10.5
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 +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -13818,7 +13818,7 @@ const NEETO_EDITOR_SELECTORS = {
|
|
|
13818
13818
|
fixedMenuArrow: fixedMenuSelector("arrow"),
|
|
13819
13819
|
cannedResponseOption: optionSelector("canned-responses"),
|
|
13820
13820
|
cannedResponseSelectContainer: "select-a-canned-response-select-container",
|
|
13821
|
-
fixedMenuWrapper:
|
|
13821
|
+
fixedMenuWrapper: fixedMenuSelector("wrapper"),
|
|
13822
13822
|
linkOption: optionSelector("link"),
|
|
13823
13823
|
addLinkUrlInput: "neeto-editor-add-link-url-input",
|
|
13824
13824
|
addLinkDoneButton: "neeto-editor-add-link",
|