@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.js CHANGED
@@ -13771,7 +13771,7 @@ const NEETO_EDITOR_SELECTORS = {
13771
13771
  fixedMenuArrow: fixedMenuSelector("arrow"),
13772
13772
  cannedResponseOption: optionSelector("canned-responses"),
13773
13773
  cannedResponseSelectContainer: "select-a-canned-response-select-container",
13774
- fixedMenuWrapper: optionSelector("wrapper"),
13774
+ fixedMenuWrapper: fixedMenuSelector("wrapper"),
13775
13775
  linkOption: optionSelector("link"),
13776
13776
  addLinkUrlInput: "neeto-editor-add-link-url-input",
13777
13777
  addLinkDoneButton: "neeto-editor-add-link",