@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 +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.js
CHANGED
|
@@ -4874,7 +4874,7 @@ const COMMON_SELECTORS = {
|
|
|
4874
4874
|
profileSidebar: "profile-section",
|
|
4875
4875
|
selectOption: (label) => `${hyphenate(label)}-select-option`,
|
|
4876
4876
|
radioLabel: (embedLabel) => `${hyphenate(embedLabel)}-radio-label`,
|
|
4877
|
-
neetoUiToastr: ".neeto-ui-toastr"
|
|
4877
|
+
neetoUiToastr: ".Toastify__toast", // TODO: Replace this with ".neeto-ui-toastr"
|
|
4878
4878
|
toastMessage: (type) => `toastr-${type}-container`,
|
|
4879
4879
|
toastCloseButton: "toastr-close-button",
|
|
4880
4880
|
windowAlert: "#alert-box",
|