@bigbinary/neeto-playwright-commons 4.1.0 → 4.1.2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -922,7 +922,7 @@ const COMMON_SELECTORS = {
922
922
  profileSidebar: "profile-section",
923
923
  selectOption: (label) => `${hyphenate(label)}-select-option`,
924
924
  radioLabel: (embedLabel) => `${hyphenate(embedLabel)}-radio-label`,
925
- neetoUiToastr: ".Toastify__toast, .cn-toast", // TODO: Replace this with ".neeto-ui-toastr"
925
+ neetoUiToastr: ".neeto-ui-toastr",
926
926
  toastMessage: (type) => `toastr-${type}-container`,
927
927
  toastCloseButton: "toastr-close-button",
928
928
  windowAlert: "#alert-box",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-commons",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
4
4
  "description": "A package encapsulating common playwright code across neeto projects.",
5
5
  "repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
6
6
  "license": "apache-2.0",