@bigbinary/neeto-playwright-commons 2.0.2 → 2.0.3

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 CHANGED
@@ -4894,7 +4894,7 @@ const COMMON_SELECTORS = {
4894
4894
  profileSidebar: "profile-section",
4895
4895
  selectOption: (label) => `${neetoCist.hyphenate(label)}-select-option`,
4896
4896
  radioLabel: (embedLabel) => `${neetoCist.hyphenate(embedLabel)}-radio-label`,
4897
- neetoUiToastr: ".neeto-ui-toastr",
4897
+ neetoUiToastr: ".Toastify__toast", // TODO: Replace this with ".neeto-ui-toastr"
4898
4898
  toastMessage: (type) => `toastr-${type}-container`,
4899
4899
  toastCloseButton: "toastr-close-button",
4900
4900
  windowAlert: "#alert-box",