@bigbinary/neeto-playwright-commons 1.11.2 → 1.11.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 +3 -0
- package/index.cjs.js.map +1 -1
- package/index.d.ts +16 -7
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -323,6 +323,7 @@ const COMMON_SELECTORS = {
|
|
|
323
323
|
windowAlert: "#alert-box",
|
|
324
324
|
body: "body",
|
|
325
325
|
toastIcon: ".Toastify__toast-icon",
|
|
326
|
+
toastContainer: ".Toastify__toast-container",
|
|
326
327
|
paneModalCrossIcon: "pane-close-button",
|
|
327
328
|
inputField: "nui-input-field",
|
|
328
329
|
alertBox: "alert-box",
|
|
@@ -12958,6 +12959,8 @@ const PROFILE_SECTION_SELECTORS = {
|
|
|
12958
12959
|
logoutButton: "profile-logout-button",
|
|
12959
12960
|
neetoAuthLink: "ntm-visit-auth-button",
|
|
12960
12961
|
profileSidebarCancelButton: "ntm-profile-cancel-button",
|
|
12962
|
+
profileAvatar: "profile-avatar",
|
|
12963
|
+
actionHeaderUserEmail: "floating-action-menu-header-user-email",
|
|
12961
12964
|
};
|
|
12962
12965
|
|
|
12963
12966
|
const CHAT_WIDGET_SELECTORS = {
|