@bigbinary/neeto-playwright-commons 4.6.1 → 4.6.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
@@ -991,7 +991,7 @@ const COMMON_SELECTORS = {
991
991
  checkbox: "nui-checkbox-input",
992
992
  checkboxLabel: "nui-checkbox-label",
993
993
  dropdownContainer: "nui-dropdown-container",
994
- dropdownIcon: "nui-dropdown-icon",
994
+ dropdownIcon: IS_SHADCN_UI ? "natm-dropdown-icon" : "nui-dropdown-icon",
995
995
  heading: "main-header",
996
996
  paneBody: "pane-body",
997
997
  paneHeader: "pane-header",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-commons",
3
- "version": "4.6.1",
3
+ "version": "4.6.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",