@bigbinary/neeto-commons-frontend 4.13.18 → 4.13.20
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/README.md +1 -1
- package/dist/cjs/cypress-utils/commands.js +4 -4
- package/dist/cjs/cypress-utils/constants/routes.js +2 -1
- package/dist/cjs/cypress-utils/constants/routes.js.map +1 -1
- package/dist/cjs/cypress-utils/constants/selectors/common.js +2 -1
- package/dist/cjs/cypress-utils/constants/selectors/common.js.map +1 -1
- package/dist/cjs/cypress-utils/constants/selectors/editor.js +2 -1
- package/dist/cjs/cypress-utils/constants/selectors/editor.js.map +1 -1
- package/dist/cjs/cypress-utils/constants/selectors/ipRestriction.js +2 -1
- package/dist/cjs/cypress-utils/constants/selectors/ipRestriction.js.map +1 -1
- package/dist/cjs/cypress-utils/constants/selectors/login.js +2 -1
- package/dist/cjs/cypress-utils/constants/selectors/login.js.map +1 -1
- package/dist/cjs/cypress-utils/constants/selectors/member.js +2 -1
- package/dist/cjs/cypress-utils/constants/selectors/member.js.map +1 -1
- package/dist/cjs/cypress-utils/constants/selectors/navigation.js +2 -1
- package/dist/cjs/cypress-utils/constants/selectors/navigation.js.map +1 -1
- package/dist/cjs/cypress-utils/constants/selectors/signUp.js +2 -1
- package/dist/cjs/cypress-utils/constants/selectors/signUp.js.map +1 -1
- package/dist/cjs/cypress-utils/constants/selectors/tags.js +2 -1
- package/dist/cjs/cypress-utils/constants/selectors/tags.js.map +1 -1
- package/dist/cjs/cypress-utils/index.js +4 -4
- package/dist/cjs/cypress-utils/utils/authentication.js +2 -1
- package/dist/cjs/cypress-utils/utils/authentication.js.map +1 -1
- package/dist/cjs/cypress-utils/utils/common.js +2 -1
- package/dist/cjs/cypress-utils/utils/common.js.map +1 -1
- package/dist/cjs/cypress-utils/utils/email.js +2 -1
- package/dist/cjs/cypress-utils/utils/email.js.map +1 -1
- package/dist/cjs/cypress-utils/utils/member.js +2 -1
- package/dist/cjs/cypress-utils/utils/member.js.map +1 -1
- package/dist/cjs/cypress-utils/utils/navigation.js +2 -1
- package/dist/cjs/cypress-utils/utils/navigation.js.map +1 -1
- package/dist/cjs/cypress-utils/utils/organization.js +2 -1
- package/dist/cjs/cypress-utils/utils/organization.js.map +1 -1
- package/dist/cjs/cypress-utils/utils/validation.js +2 -1
- package/dist/cjs/cypress-utils/utils/validation.js.map +1 -1
- package/dist/cjs/defineProperty-Cm9b1C1w.js +32 -0
- package/dist/cjs/defineProperty-Cm9b1C1w.js.map +1 -0
- package/dist/cjs/index-DDd00LFf.js +378 -0
- package/dist/cjs/index-DDd00LFf.js.map +1 -0
- package/dist/cjs/initializers/axios.js +2 -2
- package/dist/cjs/initializers/axiosInitializer/index.js +2 -2
- package/dist/cjs/initializers/dayjs.js +4 -4
- package/dist/cjs/initializers/dayjs.js.map +1 -1
- package/dist/cjs/initializers/globalProps.js +3 -3
- package/dist/cjs/initializers/globalProps.js.map +1 -1
- package/dist/cjs/initializers/i18n.js +3 -3
- package/dist/cjs/initializers/index.js +4 -4
- package/dist/cjs/initializers/reactDevTools.js +1 -1
- package/dist/cjs/initializers/utils/utils.js +3 -3
- package/dist/cjs/objectWithoutProperties-DQlolGrE.js +26 -0
- package/dist/cjs/objectWithoutProperties-DQlolGrE.js.map +1 -0
- package/dist/cjs/react-utils/AppContainer/AppContainer.js +2 -1
- package/dist/cjs/react-utils/AppContainer/AppContainer.js.map +1 -1
- package/dist/cjs/react-utils/AppContainer/index.js +2 -1
- package/dist/cjs/react-utils/AppContainer/index.js.map +1 -1
- package/dist/cjs/react-utils/BrowserPushNotifications/index.js +1 -1
- package/dist/cjs/react-utils/BrowserPushNotifications/pushHelper.js +1 -1
- package/dist/cjs/react-utils/BrowserPushNotifications/registerServiceWorker.js +1 -1
- package/dist/cjs/react-utils/HoneybadgerErrorBoundary/FallbackComponent.js +5 -4
- package/dist/cjs/react-utils/HoneybadgerErrorBoundary/FallbackComponent.js.map +1 -1
- package/dist/cjs/react-utils/HoneybadgerErrorBoundary/HoneybadgerErrorBoundary.js +2 -1
- package/dist/cjs/react-utils/HoneybadgerErrorBoundary/HoneybadgerErrorBoundary.js.map +1 -1
- package/dist/cjs/react-utils/HoneybadgerErrorBoundary/constants.js +1 -1
- package/dist/cjs/react-utils/HoneybadgerErrorBoundary/constants.js.map +1 -1
- package/dist/cjs/react-utils/HoneybadgerErrorBoundary/index.js +2 -1
- package/dist/cjs/react-utils/HoneybadgerErrorBoundary/index.js.map +1 -1
- package/dist/cjs/react-utils/PrivateRoute/PrivateRoute.js +3 -2
- package/dist/cjs/react-utils/PrivateRoute/PrivateRoute.js.map +1 -1
- package/dist/cjs/react-utils/PrivateRoute/index.js +3 -2
- package/dist/cjs/react-utils/PrivateRoute/index.js.map +1 -1
- package/dist/cjs/react-utils/index.js +7 -6
- package/dist/cjs/react-utils/index.js.map +1 -1
- package/dist/cjs/react-utils/useBreakpoints/index.js +2 -1
- package/dist/cjs/react-utils/useBreakpoints/index.js.map +1 -1
- package/dist/cjs/react-utils/useBreakpoints/utils.js +2 -1
- package/dist/cjs/react-utils/useBreakpoints/utils.js.map +1 -1
- package/dist/cjs/react-utils/useDebounce/index.js +2 -2
- package/dist/cjs/react-utils/useDebounce/useDebounce.js +2 -2
- package/dist/cjs/react-utils/useFetchNeetoApps/index.js +6 -5
- package/dist/cjs/react-utils/useFetchNeetoApps/index.js.map +1 -1
- package/dist/cjs/react-utils/useFetchNeetoApps/useFetchNeetoApps.js +6 -5
- package/dist/cjs/react-utils/useFetchNeetoApps/useFetchNeetoApps.js.map +1 -1
- package/dist/cjs/react-utils/useIsElementVisibleInDom/index.js +2 -2
- package/dist/cjs/react-utils/useIsElementVisibleInDom/useForceUpdate.js +2 -2
- package/dist/cjs/react-utils/useIsElementVisibleInDom/useIsElementVisibleInDom.js +2 -2
- package/dist/cjs/react-utils/useLocalStorage/index.js +7 -6
- package/dist/cjs/react-utils/useLocalStorage/index.js.map +1 -1
- package/dist/cjs/react-utils/useLocalStorage/useLocalStorage.js +7 -6
- package/dist/cjs/react-utils/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/cjs/react-utils/useMutationWithInvalidation/index.js +3 -2
- package/dist/cjs/react-utils/useMutationWithInvalidation/index.js.map +1 -1
- package/dist/cjs/react-utils/useMutationWithInvalidation/useMutationWithInvalidation.js +4 -3
- package/dist/cjs/react-utils/useMutationWithInvalidation/useMutationWithInvalidation.js.map +1 -1
- package/dist/cjs/react-utils/usePersistedQuery/index.js +6 -5
- package/dist/cjs/react-utils/usePersistedQuery/index.js.map +1 -1
- package/dist/cjs/react-utils/usePersistedQuery/usePersistedQuery.js +6 -5
- package/dist/cjs/react-utils/usePersistedQuery/usePersistedQuery.js.map +1 -1
- package/dist/cjs/react-utils/useQueryParams/index.js +6 -5
- package/dist/cjs/react-utils/useQueryParams/index.js.map +1 -1
- package/dist/cjs/react-utils/useQueryParams/useQueryParams.js +6 -5
- package/dist/cjs/react-utils/useQueryParams/useQueryParams.js.map +1 -1
- package/dist/cjs/react-utils/useRegisterNavigationCheckpoint/index.js +6 -5
- package/dist/cjs/react-utils/useRegisterNavigationCheckpoint/index.js.map +1 -1
- package/dist/cjs/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js +6 -5
- package/dist/cjs/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js.map +1 -1
- package/dist/cjs/react-utils/useStateWithDependency/index.js +2 -2
- package/dist/cjs/react-utils/useStateWithDependency/useStateWithDependency.js +2 -2
- package/dist/cjs/react-utils/withTitle/index.js +2 -1
- package/dist/cjs/react-utils/withTitle/index.js.map +1 -1
- package/dist/cjs/react-utils/withTitle/withTitle.js +2 -1
- package/dist/cjs/react-utils/withTitle/withTitle.js.map +1 -1
- package/dist/cjs/slicedToArray-Cbh2WzDH.js +46 -0
- package/dist/cjs/slicedToArray-Cbh2WzDH.js.map +1 -0
- package/dist/cjs/toConsumableArray-tBKHqzE3.js +22 -0
- package/dist/cjs/toConsumableArray-tBKHqzE3.js.map +1 -0
- package/dist/cjs/typeof-D4ZZ_FlZ.js +14 -0
- package/dist/cjs/typeof-D4ZZ_FlZ.js.map +1 -0
- package/dist/cjs/unsupportedIterableToArray-BoHMiKNA.js +19 -0
- package/dist/cjs/unsupportedIterableToArray-BoHMiKNA.js.map +1 -0
- package/dist/cjs/utils/buildNestedAttributesPayload.js +4 -3
- package/dist/cjs/utils/buildNestedAttributesPayload.js.map +1 -1
- package/dist/cjs/utils/captureAnalyticsPageView.js +2 -1
- package/dist/cjs/utils/captureAnalyticsPageView.js.map +1 -1
- package/dist/cjs/utils/createSubscription.js +6 -5
- package/dist/cjs/utils/createSubscription.js.map +1 -1
- package/dist/cjs/utils/currencyFormat.js +2 -1
- package/dist/cjs/utils/currencyFormat.js.map +1 -1
- package/dist/cjs/utils/datetime.js +6 -5
- package/dist/cjs/utils/datetime.js.map +1 -1
- package/dist/cjs/utils/dayjs.js +14 -21
- package/dist/cjs/utils/dayjs.js.map +1 -1
- package/dist/cjs/utils/general.js +8 -7
- package/dist/cjs/utils/general.js.map +1 -1
- package/dist/cjs/utils/index.js +7 -6
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/timezonePlugin.js +4 -3
- package/dist/cjs/utils/timezonePlugin.js.map +1 -1
- package/dist/cypress-utils/commands.js +4 -4
- package/dist/cypress-utils/constants/routes.js +2 -1
- package/dist/cypress-utils/constants/routes.js.map +1 -1
- package/dist/cypress-utils/constants/selectors/common.js +2 -1
- package/dist/cypress-utils/constants/selectors/common.js.map +1 -1
- package/dist/cypress-utils/constants/selectors/editor.js +2 -1
- package/dist/cypress-utils/constants/selectors/editor.js.map +1 -1
- package/dist/cypress-utils/constants/selectors/ipRestriction.js +2 -1
- package/dist/cypress-utils/constants/selectors/ipRestriction.js.map +1 -1
- package/dist/cypress-utils/constants/selectors/login.js +2 -1
- package/dist/cypress-utils/constants/selectors/login.js.map +1 -1
- package/dist/cypress-utils/constants/selectors/member.js +2 -1
- package/dist/cypress-utils/constants/selectors/member.js.map +1 -1
- package/dist/cypress-utils/constants/selectors/navigation.js +2 -1
- package/dist/cypress-utils/constants/selectors/navigation.js.map +1 -1
- package/dist/cypress-utils/constants/selectors/signUp.js +2 -1
- package/dist/cypress-utils/constants/selectors/signUp.js.map +1 -1
- package/dist/cypress-utils/constants/selectors/tags.js +2 -1
- package/dist/cypress-utils/constants/selectors/tags.js.map +1 -1
- package/dist/cypress-utils/index.js +4 -4
- package/dist/cypress-utils/utils/authentication.js +2 -1
- package/dist/cypress-utils/utils/authentication.js.map +1 -1
- package/dist/cypress-utils/utils/common.js +2 -1
- package/dist/cypress-utils/utils/common.js.map +1 -1
- package/dist/cypress-utils/utils/email.js +2 -1
- package/dist/cypress-utils/utils/email.js.map +1 -1
- package/dist/cypress-utils/utils/member.js +2 -1
- package/dist/cypress-utils/utils/member.js.map +1 -1
- package/dist/cypress-utils/utils/navigation.js +2 -1
- package/dist/cypress-utils/utils/navigation.js.map +1 -1
- package/dist/cypress-utils/utils/organization.js +2 -1
- package/dist/cypress-utils/utils/organization.js.map +1 -1
- package/dist/cypress-utils/utils/validation.js +2 -1
- package/dist/cypress-utils/utils/validation.js.map +1 -1
- package/dist/defineProperty-D_V-nTlo.js +29 -0
- package/dist/defineProperty-D_V-nTlo.js.map +1 -0
- package/dist/index-D_s_toMy.js +375 -0
- package/dist/index-D_s_toMy.js.map +1 -0
- package/dist/initializers/axios.js +2 -2
- package/dist/initializers/axiosInitializer/index.js +2 -2
- package/dist/initializers/dayjs.js +4 -4
- package/dist/initializers/dayjs.js.map +1 -1
- package/dist/initializers/globalProps.js +3 -3
- package/dist/initializers/globalProps.js.map +1 -1
- package/dist/initializers/i18n.js +3 -3
- package/dist/initializers/index.js +4 -4
- package/dist/initializers/reactDevTools.js +1 -1
- package/dist/initializers/utils/utils.js +3 -3
- package/dist/objectWithoutProperties-PcUN5OqL.js +24 -0
- package/dist/objectWithoutProperties-PcUN5OqL.js.map +1 -0
- package/dist/react-utils/AppContainer/AppContainer.js +2 -1
- package/dist/react-utils/AppContainer/AppContainer.js.map +1 -1
- package/dist/react-utils/AppContainer/index.js +2 -1
- package/dist/react-utils/AppContainer/index.js.map +1 -1
- package/dist/react-utils/BrowserPushNotifications/index.js +1 -1
- package/dist/react-utils/BrowserPushNotifications/pushHelper.js +1 -1
- package/dist/react-utils/BrowserPushNotifications/registerServiceWorker.js +1 -1
- package/dist/react-utils/HoneybadgerErrorBoundary/FallbackComponent.js +5 -4
- package/dist/react-utils/HoneybadgerErrorBoundary/FallbackComponent.js.map +1 -1
- package/dist/react-utils/HoneybadgerErrorBoundary/HoneybadgerErrorBoundary.js +2 -1
- package/dist/react-utils/HoneybadgerErrorBoundary/HoneybadgerErrorBoundary.js.map +1 -1
- package/dist/react-utils/HoneybadgerErrorBoundary/constants.js +1 -1
- package/dist/react-utils/HoneybadgerErrorBoundary/constants.js.map +1 -1
- package/dist/react-utils/HoneybadgerErrorBoundary/index.js +2 -1
- package/dist/react-utils/HoneybadgerErrorBoundary/index.js.map +1 -1
- package/dist/react-utils/PrivateRoute/PrivateRoute.js +3 -2
- package/dist/react-utils/PrivateRoute/PrivateRoute.js.map +1 -1
- package/dist/react-utils/PrivateRoute/index.js +3 -2
- package/dist/react-utils/PrivateRoute/index.js.map +1 -1
- package/dist/react-utils/index.js +7 -6
- package/dist/react-utils/index.js.map +1 -1
- package/dist/react-utils/useBreakpoints/index.js +2 -1
- package/dist/react-utils/useBreakpoints/index.js.map +1 -1
- package/dist/react-utils/useBreakpoints/utils.js +2 -1
- package/dist/react-utils/useBreakpoints/utils.js.map +1 -1
- package/dist/react-utils/useDebounce/index.js +2 -2
- package/dist/react-utils/useDebounce/useDebounce.js +2 -2
- package/dist/react-utils/useFetchNeetoApps/index.js +6 -5
- package/dist/react-utils/useFetchNeetoApps/index.js.map +1 -1
- package/dist/react-utils/useFetchNeetoApps/useFetchNeetoApps.js +6 -5
- package/dist/react-utils/useFetchNeetoApps/useFetchNeetoApps.js.map +1 -1
- package/dist/react-utils/useIsElementVisibleInDom/index.js +2 -2
- package/dist/react-utils/useIsElementVisibleInDom/useForceUpdate.js +2 -2
- package/dist/react-utils/useIsElementVisibleInDom/useIsElementVisibleInDom.js +2 -2
- package/dist/react-utils/useLocalStorage/index.js +7 -6
- package/dist/react-utils/useLocalStorage/index.js.map +1 -1
- package/dist/react-utils/useLocalStorage/useLocalStorage.js +7 -6
- package/dist/react-utils/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/react-utils/useMutationWithInvalidation/index.js +3 -2
- package/dist/react-utils/useMutationWithInvalidation/index.js.map +1 -1
- package/dist/react-utils/useMutationWithInvalidation/useMutationWithInvalidation.js +4 -3
- package/dist/react-utils/useMutationWithInvalidation/useMutationWithInvalidation.js.map +1 -1
- package/dist/react-utils/usePersistedQuery/index.js +6 -5
- package/dist/react-utils/usePersistedQuery/index.js.map +1 -1
- package/dist/react-utils/usePersistedQuery/usePersistedQuery.js +6 -5
- package/dist/react-utils/usePersistedQuery/usePersistedQuery.js.map +1 -1
- package/dist/react-utils/useQueryParams/index.js +6 -5
- package/dist/react-utils/useQueryParams/index.js.map +1 -1
- package/dist/react-utils/useQueryParams/useQueryParams.js +6 -5
- package/dist/react-utils/useQueryParams/useQueryParams.js.map +1 -1
- package/dist/react-utils/useRegisterNavigationCheckpoint/index.js +6 -5
- package/dist/react-utils/useRegisterNavigationCheckpoint/index.js.map +1 -1
- package/dist/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js +6 -5
- package/dist/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js.map +1 -1
- package/dist/react-utils/useStateWithDependency/index.js +2 -2
- package/dist/react-utils/useStateWithDependency/useStateWithDependency.js +2 -2
- package/dist/react-utils/withTitle/index.js +2 -1
- package/dist/react-utils/withTitle/index.js.map +1 -1
- package/dist/react-utils/withTitle/withTitle.js +2 -1
- package/dist/react-utils/withTitle/withTitle.js.map +1 -1
- package/dist/slicedToArray-BWOQ_OdI.js +44 -0
- package/dist/slicedToArray-BWOQ_OdI.js.map +1 -0
- package/dist/toConsumableArray-B7CFjjkW.js +20 -0
- package/dist/toConsumableArray-B7CFjjkW.js.map +1 -0
- package/dist/typeof-D-UKOauR.js +12 -0
- package/dist/typeof-D-UKOauR.js.map +1 -0
- package/dist/unsupportedIterableToArray-Dqz8Y8_I.js +16 -0
- package/dist/unsupportedIterableToArray-Dqz8Y8_I.js.map +1 -0
- package/dist/utils/buildNestedAttributesPayload.js +4 -3
- package/dist/utils/buildNestedAttributesPayload.js.map +1 -1
- package/dist/utils/captureAnalyticsPageView.js +2 -1
- package/dist/utils/captureAnalyticsPageView.js.map +1 -1
- package/dist/utils/createSubscription.js +6 -5
- package/dist/utils/createSubscription.js.map +1 -1
- package/dist/utils/currencyFormat.js +2 -1
- package/dist/utils/currencyFormat.js.map +1 -1
- package/dist/utils/datetime.js +6 -5
- package/dist/utils/datetime.js.map +1 -1
- package/dist/utils/dayjs.js +14 -21
- package/dist/utils/dayjs.js.map +1 -1
- package/dist/utils/general.js +8 -7
- package/dist/utils/general.js.map +1 -1
- package/dist/utils/index.js +7 -6
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/timezonePlugin.js +4 -3
- package/dist/utils/timezonePlugin.js.map +1 -1
- package/package.json +44 -44
- package/dist/cjs/defineProperty-997UgAIV.js +0 -19
- package/dist/cjs/defineProperty-997UgAIV.js.map +0 -1
- package/dist/cjs/index-H4FWVZW-.js +0 -439
- package/dist/cjs/index-H4FWVZW-.js.map +0 -1
- package/dist/cjs/objectWithoutProperties-DKElrbI9.js +0 -38
- package/dist/cjs/objectWithoutProperties-DKElrbI9.js.map +0 -1
- package/dist/cjs/slicedToArray-xtNEn5LJ.js +0 -48
- package/dist/cjs/slicedToArray-xtNEn5LJ.js.map +0 -1
- package/dist/cjs/toConsumableArray-Da_S-3Fb.js +0 -22
- package/dist/cjs/toConsumableArray-Da_S-3Fb.js.map +0 -1
- package/dist/cjs/typeof-CKZ7gZmW.js +0 -14
- package/dist/cjs/typeof-CKZ7gZmW.js.map +0 -1
- package/dist/cjs/unsupportedIterableToArray-CP9uaN0w.js +0 -24
- package/dist/cjs/unsupportedIterableToArray-CP9uaN0w.js.map +0 -1
- package/dist/defineProperty-CEd-kZQW.js +0 -17
- package/dist/defineProperty-CEd-kZQW.js.map +0 -1
- package/dist/index-CRoDfiJc.js +0 -436
- package/dist/index-CRoDfiJc.js.map +0 -1
- package/dist/objectWithoutProperties-B90Wg9LD.js +0 -36
- package/dist/objectWithoutProperties-B90Wg9LD.js.map +0 -1
- package/dist/slicedToArray-B_J-CC8-.js +0 -46
- package/dist/slicedToArray-B_J-CC8-.js.map +0 -1
- package/dist/toConsumableArray-CQcqnqnw.js +0 -20
- package/dist/toConsumableArray-CQcqnqnw.js.map +0 -1
- package/dist/typeof-C6-BY_SI.js +0 -12
- package/dist/typeof-C6-BY_SI.js.map +0 -1
- package/dist/unsupportedIterableToArray-wRn9bJ2J.js +0 -21
- package/dist/unsupportedIterableToArray-wRn9bJ2J.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var defineProperty = require('../defineProperty-
|
|
4
|
-
var toConsumableArray = require('../toConsumableArray-
|
|
5
|
-
var _typeof = require('../typeof-
|
|
3
|
+
var defineProperty = require('../defineProperty-Cm9b1C1w.js');
|
|
4
|
+
var toConsumableArray = require('../toConsumableArray-tBKHqzE3.js');
|
|
5
|
+
var _typeof = require('../typeof-D4ZZ_FlZ.js');
|
|
6
6
|
var cypressUtils_constants_routes = require('./constants/routes.js');
|
|
7
7
|
var cypressUtils_constants_selectors_common = require('./constants/selectors/common.js');
|
|
8
8
|
var cypressUtils_constants_texts_common = require('./constants/texts/common.js');
|
|
9
9
|
var cypressUtils_utils_common = require('./utils/common.js');
|
|
10
|
-
require('../unsupportedIterableToArray-
|
|
10
|
+
require('../unsupportedIterableToArray-BoHMiKNA.js');
|
|
11
11
|
require('./constants/index.js');
|
|
12
12
|
|
|
13
13
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var cypressUtils_utils_common = require('../utils/common.js');
|
|
4
|
-
require('../../defineProperty-
|
|
4
|
+
require('../../defineProperty-Cm9b1C1w.js');
|
|
5
|
+
require('../../typeof-D4ZZ_FlZ.js');
|
|
5
6
|
require('./index.js');
|
|
6
7
|
|
|
7
8
|
var allPath = function allPath() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"routes.js","sources":["../../../../src/cypress-utils/constants/routes.js"],"sourcesContent":["import { env, getUrl } from \"../utils/common\";\n\nconst allPath = () => `${Cypress.config(\"baseUrl\")}/**`;\nconst tld = env.isProduction ? \"com\" : \"net\";\nconst requestApis = {\n countries: getUrl(\"countries\"),\n signUp: getUrl(\"signups/**\"),\n subdomainAvailability: getUrl(\"subdomain_availability/**\"),\n teamMembers: {\n all: \"/team_members*/**\",\n bulkUpdate: \"/team_members/teams/bulk_update\",\n index: \"/team_members/teams\",\n show: id => `/team_members/teams/${id}`,\n },\n allChatPath: `https://*.neetochat.${tld}${getUrl(\"**\")}`,\n myProfilePath: subdomain =>\n `https://${subdomain}.neetoauth.${tld}/my/profile`,\n settingsPath: subdomain => `https://${subdomain}.neetoauth.${tld}/settings`,\n};\n\nconst urlPaths = { members: \"/members\" };\n\nObject.defineProperty(requestApis, \"allPath\", { get: allPath });\n\nexport { requestApis, urlPaths };\n"],"names":["allPath","concat","Cypress","config","tld","env","isProduction","requestApis","countries","getUrl","signUp","subdomainAvailability","teamMembers","all","bulkUpdate","index","show","id","allChatPath","myProfilePath","subdomain","settingsPath","urlPaths","members","Object","defineProperty","get"],"mappings":"
|
|
1
|
+
{"version":3,"file":"routes.js","sources":["../../../../src/cypress-utils/constants/routes.js"],"sourcesContent":["import { env, getUrl } from \"../utils/common\";\n\nconst allPath = () => `${Cypress.config(\"baseUrl\")}/**`;\nconst tld = env.isProduction ? \"com\" : \"net\";\nconst requestApis = {\n countries: getUrl(\"countries\"),\n signUp: getUrl(\"signups/**\"),\n subdomainAvailability: getUrl(\"subdomain_availability/**\"),\n teamMembers: {\n all: \"/team_members*/**\",\n bulkUpdate: \"/team_members/teams/bulk_update\",\n index: \"/team_members/teams\",\n show: id => `/team_members/teams/${id}`,\n },\n allChatPath: `https://*.neetochat.${tld}${getUrl(\"**\")}`,\n myProfilePath: subdomain =>\n `https://${subdomain}.neetoauth.${tld}/my/profile`,\n settingsPath: subdomain => `https://${subdomain}.neetoauth.${tld}/settings`,\n};\n\nconst urlPaths = { members: \"/members\" };\n\nObject.defineProperty(requestApis, \"allPath\", { get: allPath });\n\nexport { requestApis, urlPaths };\n"],"names":["allPath","concat","Cypress","config","tld","env","isProduction","requestApis","countries","getUrl","signUp","subdomainAvailability","teamMembers","all","bulkUpdate","index","show","id","allChatPath","myProfilePath","subdomain","settingsPath","urlPaths","members","Object","defineProperty","get"],"mappings":";;;;;;;AAEA,IAAMA,OAAO,GAAG,SAAVA,OAAOA,GAAA;AAAA,EAAA,OAAA,EAAA,CAAAC,MAAA,CAAYC,OAAO,CAACC,MAAM,CAAC,SAAS,CAAC,EAAA,KAAA,CAAA,CAAA;AAAA,CAAK,CAAA;AACvD,IAAMC,GAAG,GAAGC,6BAAG,CAACC,YAAY,GAAG,KAAK,GAAG,KAAK,CAAA;AAC5C,IAAMC,WAAW,GAAG;AAClBC,EAAAA,SAAS,EAAEC,gCAAM,CAAC,WAAW,CAAC;AAC9BC,EAAAA,MAAM,EAAED,gCAAM,CAAC,YAAY,CAAC;AAC5BE,EAAAA,qBAAqB,EAAEF,gCAAM,CAAC,2BAA2B,CAAC;AAC1DG,EAAAA,WAAW,EAAE;AACXC,IAAAA,GAAG,EAAE,mBAAmB;AACxBC,IAAAA,UAAU,EAAE,iCAAiC;AAC7CC,IAAAA,KAAK,EAAE,qBAAqB;AAC5BC,IAAAA,IAAI,EAAE,SAANA,IAAIA,CAAEC,EAAE,EAAA;MAAA,OAAAhB,sBAAAA,CAAAA,MAAA,CAA2BgB,EAAE,CAAA,CAAA;AAAA,KAAA;GACtC;EACDC,WAAW,EAAA,sBAAA,CAAAjB,MAAA,CAAyBG,GAAG,CAAA,CAAAH,MAAA,CAAGQ,gCAAM,CAAC,IAAI,CAAC,CAAE;AACxDU,EAAAA,aAAa,EAAE,SAAfA,aAAaA,CAAEC,SAAS,EAAA;AAAA,IAAA,OAAA,UAAA,CAAAnB,MAAA,CACXmB,SAAS,EAAAnB,aAAAA,CAAAA,CAAAA,MAAA,CAAcG,GAAG,EAAA,aAAA,CAAA,CAAA;GAAa;AACpDiB,EAAAA,YAAY,EAAE,SAAdA,YAAYA,CAAED,SAAS,EAAA;AAAA,IAAA,OAAA,UAAA,CAAAnB,MAAA,CAAemB,SAAS,EAAAnB,aAAAA,CAAAA,CAAAA,MAAA,CAAcG,GAAG,EAAA,WAAA,CAAA,CAAA;AAAA,GAAA;AAClE,EAAC;AAED,IAAMkB,QAAQ,GAAG;AAAEC,EAAAA,OAAO,EAAE,UAAA;AAAW,EAAC;AAExCC,MAAM,CAACC,cAAc,CAAClB,WAAW,EAAE,SAAS,EAAE;AAAEmB,EAAAA,GAAG,EAAE1B,OAAAA;AAAQ,CAAC,CAAC;;;;;"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-
|
|
4
|
+
require('../../../defineProperty-Cm9b1C1w.js');
|
|
5
|
+
require('../../../typeof-D4ZZ_FlZ.js');
|
|
5
6
|
require('../index.js');
|
|
6
7
|
|
|
7
8
|
var commonSelectors = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sources":["../../../../../src/cypress-utils/constants/selectors/common.js"],"sourcesContent":["import { dataCy, dataTestId, hyphenize } from \"../../utils/common\";\n\nexport const commonSelectors = {\n alertTitle: dataCy(\"alert-title\"),\n alertModalMessage: dataCy(\"alert-message\"),\n alertModalSubmitButton: dataCy(\"alert-submit-button\"),\n checkbox: dataCy(\"nui-checkbox-input\"),\n checkboxLabel: dataCy(\"nui-checkbox-label\"),\n dropdownContainer: dataCy(\"nui-dropdown-container\"),\n dropdownIcon: dataCy(\"nui-dropdown-icon\"),\n heading: dataCy(\"main-header\"),\n paneBody: dataCy(\"pane-body\"),\n paneHeader: dataCy(\"pane-header\"),\n profileSidebar: dataCy(\"profile-section\"),\n selectOption: label => dataCy(`${hyphenize(label)}-select-option`),\n toastMessage: dataCy(\"toastr-message-container\"),\n toastCloseButton: dataCy(\"toastr-close-button\"),\n windowAlert: \"#alert-box\",\n body: \"body\",\n toastIcon: \".Toastify__toast-icon\",\n paneModalCrossIcon: dataCy(\"pane-close-button\"),\n inputField: dataCy(\"nui-input-field\"),\n alertConfirmationText: dataCy(\"alert-confirmation-text\"),\n alertCancelButton: dataCy(\"alert-cancel-button\"),\n alertModalCrossIcon: dataCy(\"modal-close-button\"),\n saveChangesButton: dataCy(\"save-changes-button\"),\n cancelButton: dataCy(\"cancel-button\"),\n inputFieldError: dataCy(\"nui-input-error\"),\n selectDropDownError: dataCy(\"nui-select-error\"),\n subTitleHeading: index => dataCy(\"menubar-subtitle-heading\", `:eq(${index})`),\n noDataTitle: dataCy(\"no-data-title\"),\n noDataDescription: dataCy(\"no-data-description\"),\n backdrop: dataCy(\"neeto-backdrop\"),\n menuBarHeading: dataCy(\"menubar-heading\"),\n nthTabItem: index => dataCy(\"tab-item\", `:eq(${index})`),\n dropdownWrapper: index =>\n dataCy(\"nui-select-container-wrapper\", `:eq(${index})`),\n toggleButton: dataCy(\"menubar-toggle-button\"),\n tooltip: dataCy(\"tooltip-box\"),\n articlePageTitle: \".serene-article__title\",\n tabItem: dataCy(\"tab-item\"),\n labelInputError: dataCy(\"label-input-error\"),\n urlInputError: dataCy(\"url-input-error\"),\n noDataPrimaryButton: dataCy(\"no-data-primary-button\"),\n modalHeader: dataCy(\"modal-header\"),\n nameInputError: dataCy(\"name-input-error\"),\n selectContainer: dataCy(\"nui-select-container\"),\n dropdownMenu: dataCy(\"nui-select-menu\"),\n nthDropdownIcon: index => dataCy(\"nui-dropdown-icon\", `:eq(${index})`),\n sidebarToggle: dataCy(\"neeto-molecules-sidebar-toggler\"),\n customDataCy: name => dataCy(name),\n leftSubHeader: dataCy(\"subheader-left\"),\n subheader: dataCy(\"subheader\"),\n settingsLink: dataCy(\"Settings\"),\n nthInputField: index => dataCy(\"nui-input-field\", `:eq(${index})`),\n ticketFieldTextInput: label => dataCy(`${hyphenize(label)}-text-input`),\n};\n\nexport const tableSelectors = {\n nthColumn: n => `td:nth-child(${n})`,\n tableBody: \".ant-table-body\",\n tableHeader: \".ant-table-thead th\",\n tableRow: \".ant-table-tbody tr\",\n spinner: \".ant-spin\",\n nthHeading: n => `tr > th:nth-child(${n})`,\n};\n\nexport const profileSelectors = {\n tab: dataCy(\"profile-section\"),\n logoutLink: dataCy(\"profile-logout-button\"),\n myProfileButton: dataCy(\"my-profile-button\"),\n organizationSettingsButton: dataCy(\"profile-organization-settings-button\"),\n loader: dataTestId(\"spinner\"),\n appSwitcherBody: dataCy(\"app-switcher-body-wrapper\"),\n sidebarInfo: dataCy(\"sidebar-info\"),\n appSwitcherBackButton: dataCy(\"app-switcher-back-button\"),\n};\n"],"names":["commonSelectors","alertTitle","dataCy","alertModalMessage","alertModalSubmitButton","checkbox","checkboxLabel","dropdownContainer","dropdownIcon","heading","paneBody","paneHeader","profileSidebar","selectOption","label","concat","hyphenize","toastMessage","toastCloseButton","windowAlert","body","toastIcon","paneModalCrossIcon","inputField","alertConfirmationText","alertCancelButton","alertModalCrossIcon","saveChangesButton","cancelButton","inputFieldError","selectDropDownError","subTitleHeading","index","noDataTitle","noDataDescription","backdrop","menuBarHeading","nthTabItem","dropdownWrapper","toggleButton","tooltip","articlePageTitle","tabItem","labelInputError","urlInputError","noDataPrimaryButton","modalHeader","nameInputError","selectContainer","dropdownMenu","nthDropdownIcon","sidebarToggle","customDataCy","name","leftSubHeader","subheader","settingsLink","nthInputField","ticketFieldTextInput","tableSelectors","nthColumn","n","tableBody","tableHeader","tableRow","spinner","nthHeading","profileSelectors","tab","logoutLink","myProfileButton","organizationSettingsButton","loader","dataTestId","appSwitcherBody","sidebarInfo","appSwitcherBackButton"],"mappings":"
|
|
1
|
+
{"version":3,"file":"common.js","sources":["../../../../../src/cypress-utils/constants/selectors/common.js"],"sourcesContent":["import { dataCy, dataTestId, hyphenize } from \"../../utils/common\";\n\nexport const commonSelectors = {\n alertTitle: dataCy(\"alert-title\"),\n alertModalMessage: dataCy(\"alert-message\"),\n alertModalSubmitButton: dataCy(\"alert-submit-button\"),\n checkbox: dataCy(\"nui-checkbox-input\"),\n checkboxLabel: dataCy(\"nui-checkbox-label\"),\n dropdownContainer: dataCy(\"nui-dropdown-container\"),\n dropdownIcon: dataCy(\"nui-dropdown-icon\"),\n heading: dataCy(\"main-header\"),\n paneBody: dataCy(\"pane-body\"),\n paneHeader: dataCy(\"pane-header\"),\n profileSidebar: dataCy(\"profile-section\"),\n selectOption: label => dataCy(`${hyphenize(label)}-select-option`),\n toastMessage: dataCy(\"toastr-message-container\"),\n toastCloseButton: dataCy(\"toastr-close-button\"),\n windowAlert: \"#alert-box\",\n body: \"body\",\n toastIcon: \".Toastify__toast-icon\",\n paneModalCrossIcon: dataCy(\"pane-close-button\"),\n inputField: dataCy(\"nui-input-field\"),\n alertConfirmationText: dataCy(\"alert-confirmation-text\"),\n alertCancelButton: dataCy(\"alert-cancel-button\"),\n alertModalCrossIcon: dataCy(\"modal-close-button\"),\n saveChangesButton: dataCy(\"save-changes-button\"),\n cancelButton: dataCy(\"cancel-button\"),\n inputFieldError: dataCy(\"nui-input-error\"),\n selectDropDownError: dataCy(\"nui-select-error\"),\n subTitleHeading: index => dataCy(\"menubar-subtitle-heading\", `:eq(${index})`),\n noDataTitle: dataCy(\"no-data-title\"),\n noDataDescription: dataCy(\"no-data-description\"),\n backdrop: dataCy(\"neeto-backdrop\"),\n menuBarHeading: dataCy(\"menubar-heading\"),\n nthTabItem: index => dataCy(\"tab-item\", `:eq(${index})`),\n dropdownWrapper: index =>\n dataCy(\"nui-select-container-wrapper\", `:eq(${index})`),\n toggleButton: dataCy(\"menubar-toggle-button\"),\n tooltip: dataCy(\"tooltip-box\"),\n articlePageTitle: \".serene-article__title\",\n tabItem: dataCy(\"tab-item\"),\n labelInputError: dataCy(\"label-input-error\"),\n urlInputError: dataCy(\"url-input-error\"),\n noDataPrimaryButton: dataCy(\"no-data-primary-button\"),\n modalHeader: dataCy(\"modal-header\"),\n nameInputError: dataCy(\"name-input-error\"),\n selectContainer: dataCy(\"nui-select-container\"),\n dropdownMenu: dataCy(\"nui-select-menu\"),\n nthDropdownIcon: index => dataCy(\"nui-dropdown-icon\", `:eq(${index})`),\n sidebarToggle: dataCy(\"neeto-molecules-sidebar-toggler\"),\n customDataCy: name => dataCy(name),\n leftSubHeader: dataCy(\"subheader-left\"),\n subheader: dataCy(\"subheader\"),\n settingsLink: dataCy(\"Settings\"),\n nthInputField: index => dataCy(\"nui-input-field\", `:eq(${index})`),\n ticketFieldTextInput: label => dataCy(`${hyphenize(label)}-text-input`),\n};\n\nexport const tableSelectors = {\n nthColumn: n => `td:nth-child(${n})`,\n tableBody: \".ant-table-body\",\n tableHeader: \".ant-table-thead th\",\n tableRow: \".ant-table-tbody tr\",\n spinner: \".ant-spin\",\n nthHeading: n => `tr > th:nth-child(${n})`,\n};\n\nexport const profileSelectors = {\n tab: dataCy(\"profile-section\"),\n logoutLink: dataCy(\"profile-logout-button\"),\n myProfileButton: dataCy(\"my-profile-button\"),\n organizationSettingsButton: dataCy(\"profile-organization-settings-button\"),\n loader: dataTestId(\"spinner\"),\n appSwitcherBody: dataCy(\"app-switcher-body-wrapper\"),\n sidebarInfo: dataCy(\"sidebar-info\"),\n appSwitcherBackButton: dataCy(\"app-switcher-back-button\"),\n};\n"],"names":["commonSelectors","alertTitle","dataCy","alertModalMessage","alertModalSubmitButton","checkbox","checkboxLabel","dropdownContainer","dropdownIcon","heading","paneBody","paneHeader","profileSidebar","selectOption","label","concat","hyphenize","toastMessage","toastCloseButton","windowAlert","body","toastIcon","paneModalCrossIcon","inputField","alertConfirmationText","alertCancelButton","alertModalCrossIcon","saveChangesButton","cancelButton","inputFieldError","selectDropDownError","subTitleHeading","index","noDataTitle","noDataDescription","backdrop","menuBarHeading","nthTabItem","dropdownWrapper","toggleButton","tooltip","articlePageTitle","tabItem","labelInputError","urlInputError","noDataPrimaryButton","modalHeader","nameInputError","selectContainer","dropdownMenu","nthDropdownIcon","sidebarToggle","customDataCy","name","leftSubHeader","subheader","settingsLink","nthInputField","ticketFieldTextInput","tableSelectors","nthColumn","n","tableBody","tableHeader","tableRow","spinner","nthHeading","profileSelectors","tab","logoutLink","myProfileButton","organizationSettingsButton","loader","dataTestId","appSwitcherBody","sidebarInfo","appSwitcherBackButton"],"mappings":"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"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-
|
|
4
|
+
require('../../../defineProperty-Cm9b1C1w.js');
|
|
5
|
+
require('../../../typeof-D4ZZ_FlZ.js');
|
|
5
6
|
require('../index.js');
|
|
6
7
|
|
|
7
8
|
var neetoEditorSelectors = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editor.js","sources":["../../../../../src/cypress-utils/constants/selectors/editor.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const neetoEditorSelectors = {\n boldOption: dataCy(\"neeto-editor-fixed-menu-bold-option\"),\n italicOption: dataCy(\"neeto-editor-fixed-menu-italic-option\"),\n underlineOption: dataCy(\"neeto-editor-fixed-menu-underline-option\"),\n strikeOption: dataCy(\"neeto-editor-fixed-menu-strike-option\"),\n codeBlockOption: dataCy(\"neeto-editor-fixed-menu-code-option\"),\n highlightOption: dataCy(\"neeto-editor-fixed-menu-highlight-option\"),\n linkInput: dataCy(\"neeto-editor-fixed-menu-link-option-input\"),\n linkSubmitButton: dataCy(\"neeto-editor-fixed-menu-link-option-link-button\"),\n commandList: index => dataCy(`neeto-editor-command-list-item-${index}`),\n imageUploadUrlSubmitButton: dataCy(\"neeto-editor-media-upload-url-submit\"),\n imageUploadUrlInputTextField: dataCy(\"neeto-editor-media-upload-url-input\"),\n uploadInput: dataCy(\"neeto-editor-media-uploader-input\"),\n editorMenuBarWrapper: dataCy(\"neeto-editor-fixed-menu-wrapper\"),\n undoOption: dataCy(\"neeto-editor-fixed-menu-undo-option\"),\n redoOption: dataCy(\"neeto-editor-fixed-menu-redo-option\"),\n imageWrapper: dataCy(\"neeto-editor-image-wrapper\"),\n};\n"],"names":["neetoEditorSelectors","boldOption","dataCy","italicOption","underlineOption","strikeOption","codeBlockOption","highlightOption","linkInput","linkSubmitButton","commandList","index","concat","imageUploadUrlSubmitButton","imageUploadUrlInputTextField","uploadInput","editorMenuBarWrapper","undoOption","redoOption","imageWrapper"],"mappings":"
|
|
1
|
+
{"version":3,"file":"editor.js","sources":["../../../../../src/cypress-utils/constants/selectors/editor.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const neetoEditorSelectors = {\n boldOption: dataCy(\"neeto-editor-fixed-menu-bold-option\"),\n italicOption: dataCy(\"neeto-editor-fixed-menu-italic-option\"),\n underlineOption: dataCy(\"neeto-editor-fixed-menu-underline-option\"),\n strikeOption: dataCy(\"neeto-editor-fixed-menu-strike-option\"),\n codeBlockOption: dataCy(\"neeto-editor-fixed-menu-code-option\"),\n highlightOption: dataCy(\"neeto-editor-fixed-menu-highlight-option\"),\n linkInput: dataCy(\"neeto-editor-fixed-menu-link-option-input\"),\n linkSubmitButton: dataCy(\"neeto-editor-fixed-menu-link-option-link-button\"),\n commandList: index => dataCy(`neeto-editor-command-list-item-${index}`),\n imageUploadUrlSubmitButton: dataCy(\"neeto-editor-media-upload-url-submit\"),\n imageUploadUrlInputTextField: dataCy(\"neeto-editor-media-upload-url-input\"),\n uploadInput: dataCy(\"neeto-editor-media-uploader-input\"),\n editorMenuBarWrapper: dataCy(\"neeto-editor-fixed-menu-wrapper\"),\n undoOption: dataCy(\"neeto-editor-fixed-menu-undo-option\"),\n redoOption: dataCy(\"neeto-editor-fixed-menu-redo-option\"),\n imageWrapper: dataCy(\"neeto-editor-image-wrapper\"),\n};\n"],"names":["neetoEditorSelectors","boldOption","dataCy","italicOption","underlineOption","strikeOption","codeBlockOption","highlightOption","linkInput","linkSubmitButton","commandList","index","concat","imageUploadUrlSubmitButton","imageUploadUrlInputTextField","uploadInput","editorMenuBarWrapper","undoOption","redoOption","imageWrapper"],"mappings":";;;;;;;AAEO,IAAMA,oBAAoB,GAAG;AAClCC,EAAAA,UAAU,EAAEC,gCAAM,CAAC,qCAAqC,CAAC;AACzDC,EAAAA,YAAY,EAAED,gCAAM,CAAC,uCAAuC,CAAC;AAC7DE,EAAAA,eAAe,EAAEF,gCAAM,CAAC,0CAA0C,CAAC;AACnEG,EAAAA,YAAY,EAAEH,gCAAM,CAAC,uCAAuC,CAAC;AAC7DI,EAAAA,eAAe,EAAEJ,gCAAM,CAAC,qCAAqC,CAAC;AAC9DK,EAAAA,eAAe,EAAEL,gCAAM,CAAC,0CAA0C,CAAC;AACnEM,EAAAA,SAAS,EAAEN,gCAAM,CAAC,2CAA2C,CAAC;AAC9DO,EAAAA,gBAAgB,EAAEP,gCAAM,CAAC,iDAAiD,CAAC;AAC3EQ,EAAAA,WAAW,EAAE,SAAbA,WAAWA,CAAEC,KAAK,EAAA;AAAA,IAAA,OAAIT,gCAAM,CAAAU,iCAAAA,CAAAA,MAAA,CAAmCD,KAAK,CAAE,CAAC,CAAA;AAAA,GAAA;AACvEE,EAAAA,0BAA0B,EAAEX,gCAAM,CAAC,sCAAsC,CAAC;AAC1EY,EAAAA,4BAA4B,EAAEZ,gCAAM,CAAC,qCAAqC,CAAC;AAC3Ea,EAAAA,WAAW,EAAEb,gCAAM,CAAC,mCAAmC,CAAC;AACxDc,EAAAA,oBAAoB,EAAEd,gCAAM,CAAC,iCAAiC,CAAC;AAC/De,EAAAA,UAAU,EAAEf,gCAAM,CAAC,qCAAqC,CAAC;AACzDgB,EAAAA,UAAU,EAAEhB,gCAAM,CAAC,qCAAqC,CAAC;EACzDiB,YAAY,EAAEjB,gCAAM,CAAC,4BAA4B,CAAA;AACnD;;;;"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-
|
|
4
|
+
require('../../../defineProperty-Cm9b1C1w.js');
|
|
5
|
+
require('../../../typeof-D4ZZ_FlZ.js');
|
|
5
6
|
require('../index.js');
|
|
6
7
|
|
|
7
8
|
var ipRestrictionSelectors = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ipRestriction.js","sources":["../../../../../src/cypress-utils/constants/selectors/ipRestriction.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const ipRestrictionSelectors = {\n addButton: dataCy(\"add-allowed-ip-range-button\"),\n ipStartTextField: index => dataCy(\"ip-start-text-field\", `:eq(${index})`),\n ipEndTextField: dataCy(\"ip-end-text-field\"),\n cancelButton: dataCy(\"ip-cancel-button\"),\n ipRangeRow: dataCy(\"ip-range-row\"),\n enableIpRestrictionCheckbox: dataCy(\"enable-ip-restriction-checkbox\"),\n};\n"],"names":["ipRestrictionSelectors","addButton","dataCy","ipStartTextField","index","concat","ipEndTextField","cancelButton","ipRangeRow","enableIpRestrictionCheckbox"],"mappings":"
|
|
1
|
+
{"version":3,"file":"ipRestriction.js","sources":["../../../../../src/cypress-utils/constants/selectors/ipRestriction.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const ipRestrictionSelectors = {\n addButton: dataCy(\"add-allowed-ip-range-button\"),\n ipStartTextField: index => dataCy(\"ip-start-text-field\", `:eq(${index})`),\n ipEndTextField: dataCy(\"ip-end-text-field\"),\n cancelButton: dataCy(\"ip-cancel-button\"),\n ipRangeRow: dataCy(\"ip-range-row\"),\n enableIpRestrictionCheckbox: dataCy(\"enable-ip-restriction-checkbox\"),\n};\n"],"names":["ipRestrictionSelectors","addButton","dataCy","ipStartTextField","index","concat","ipEndTextField","cancelButton","ipRangeRow","enableIpRestrictionCheckbox"],"mappings":";;;;;;;AAEO,IAAMA,sBAAsB,GAAG;AACpCC,EAAAA,SAAS,EAAEC,gCAAM,CAAC,6BAA6B,CAAC;AAChDC,EAAAA,gBAAgB,EAAE,SAAlBA,gBAAgBA,CAAEC,KAAK,EAAA;IAAA,OAAIF,gCAAM,CAAC,qBAAqB,EAAA,MAAA,CAAAG,MAAA,CAASD,KAAK,MAAG,CAAC,CAAA;AAAA,GAAA;AACzEE,EAAAA,cAAc,EAAEJ,gCAAM,CAAC,mBAAmB,CAAC;AAC3CK,EAAAA,YAAY,EAAEL,gCAAM,CAAC,kBAAkB,CAAC;AACxCM,EAAAA,UAAU,EAAEN,gCAAM,CAAC,cAAc,CAAC;EAClCO,2BAA2B,EAAEP,gCAAM,CAAC,gCAAgC,CAAA;AACtE;;;;"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-
|
|
4
|
+
require('../../../defineProperty-Cm9b1C1w.js');
|
|
5
|
+
require('../../../typeof-D4ZZ_FlZ.js');
|
|
5
6
|
require('../index.js');
|
|
6
7
|
|
|
7
8
|
var loginSelectors = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login.js","sources":["../../../../../src/cypress-utils/constants/selectors/login.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const loginSelectors = {\n appleAuthenticationButton: dataCy(\"apple-authentication-button\"),\n emailTextField: dataCy(\"login-email-text-field\"),\n googleAuthenticationButton: dataCy(\"google-authentication-button\"),\n githubAuthenticationButton: dataCy(\"github-authentication-button\"),\n loginViaEmailButton: dataCy(\"login-via-email-button\"),\n otpField: dataCy(\"otpinput-otp-number\"),\n passwordTextField: dataCy(\"login-password-text-field\"),\n rememberMeCheckBox: dataCy(\"login-remember-me-check-box\"),\n submitButton: dataCy(\"login-submit-button\"),\n twitterAuthenticationButton: dataCy(\"twitter-authentication-button\"),\n};\n"],"names":["loginSelectors","appleAuthenticationButton","dataCy","emailTextField","googleAuthenticationButton","githubAuthenticationButton","loginViaEmailButton","otpField","passwordTextField","rememberMeCheckBox","submitButton","twitterAuthenticationButton"],"mappings":"
|
|
1
|
+
{"version":3,"file":"login.js","sources":["../../../../../src/cypress-utils/constants/selectors/login.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const loginSelectors = {\n appleAuthenticationButton: dataCy(\"apple-authentication-button\"),\n emailTextField: dataCy(\"login-email-text-field\"),\n googleAuthenticationButton: dataCy(\"google-authentication-button\"),\n githubAuthenticationButton: dataCy(\"github-authentication-button\"),\n loginViaEmailButton: dataCy(\"login-via-email-button\"),\n otpField: dataCy(\"otpinput-otp-number\"),\n passwordTextField: dataCy(\"login-password-text-field\"),\n rememberMeCheckBox: dataCy(\"login-remember-me-check-box\"),\n submitButton: dataCy(\"login-submit-button\"),\n twitterAuthenticationButton: dataCy(\"twitter-authentication-button\"),\n};\n"],"names":["loginSelectors","appleAuthenticationButton","dataCy","emailTextField","googleAuthenticationButton","githubAuthenticationButton","loginViaEmailButton","otpField","passwordTextField","rememberMeCheckBox","submitButton","twitterAuthenticationButton"],"mappings":";;;;;;;AAEO,IAAMA,cAAc,GAAG;AAC5BC,EAAAA,yBAAyB,EAAEC,gCAAM,CAAC,6BAA6B,CAAC;AAChEC,EAAAA,cAAc,EAAED,gCAAM,CAAC,wBAAwB,CAAC;AAChDE,EAAAA,0BAA0B,EAAEF,gCAAM,CAAC,8BAA8B,CAAC;AAClEG,EAAAA,0BAA0B,EAAEH,gCAAM,CAAC,8BAA8B,CAAC;AAClEI,EAAAA,mBAAmB,EAAEJ,gCAAM,CAAC,wBAAwB,CAAC;AACrDK,EAAAA,QAAQ,EAAEL,gCAAM,CAAC,qBAAqB,CAAC;AACvCM,EAAAA,iBAAiB,EAAEN,gCAAM,CAAC,2BAA2B,CAAC;AACtDO,EAAAA,kBAAkB,EAAEP,gCAAM,CAAC,6BAA6B,CAAC;AACzDQ,EAAAA,YAAY,EAAER,gCAAM,CAAC,qBAAqB,CAAC;EAC3CS,2BAA2B,EAAET,gCAAM,CAAC,+BAA+B,CAAA;AACrE;;;;"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-
|
|
4
|
+
require('../../../defineProperty-Cm9b1C1w.js');
|
|
5
|
+
require('../../../typeof-D4ZZ_FlZ.js');
|
|
5
6
|
require('../index.js');
|
|
6
7
|
|
|
7
8
|
var memberSelectors = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"member.js","sources":["../../../../../src/cypress-utils/constants/selectors/member.js"],"sourcesContent":["import { dataCy, joinHyphenCase } from \"../../utils/common\";\n\nexport const memberSelectors = {\n membersTab: dataCy(\"members-nav-tab\"),\n newButton: dataCy(\"ntm-add-member-button\"),\n continueButton: dataCy(\"ntm-manage-member-continue-button\"),\n submitButton: dataCy(\"ntm-manage-member-submit-button\"),\n searchTextField: dataCy(\"ntm-search-members-input\"),\n deactivatedAgentsButton: dataCy(\"ntm-members-menubar-deactivated-block\"),\n activatedMembersButton: dataCy(\"ntm-members-menubar-active-block\"),\n columnCheckBox: dataCy(\"neeto-ui-columns-checkbox\"),\n roleLabel: role => dataCy(`${joinHyphenCase(role)}-radio-label`),\n dropDownIcon: dataCy(\"ntm-members-table-row-dropdown-button\"),\n editButton: dataCy(\"ntm-edit-member-button\"),\n menuBarHeading: dataCy(\"ntm-members-menubar-heading\"),\n activateOrDeactivateMember: dataCy(\"ntm-deactivate-member-button\"),\n columnsButton: dataCy(\"columns-dropdown-button\"),\n columnsDropdownContainer: dataCy(\"columns-dropdown-container\"),\n emailDropdownItemLabel: dataCy(\"email-checkbox-label\"),\n roleDropdownItemLabel: dataCy(\"role-checkbox-label\"),\n inviteStatusDropdownItemLabel: dataCy(\"invite-status-checkbox-label\"),\n heading: dataCy(\"ntm-manage-members-pane-header\"),\n activateButton: dataCy(\"ntm-activate-members-button\"),\n deactivateButton: dataCy(\"ntm-deactivate-members-button\"),\n rolesButton: index =>\n dataCy(\"ntm-manage-member-roles-button\", `:eq(${index})`),\n statusTag: dataCy(\"ntm-member-status-tag\"),\n checkbox: dataCy(\"ntm-manage-members-app-list-checkbox\"),\n};\n\nexport const memberFormSelectors = {\n emailTextField: dataCy(\"email-select-input-field\"),\n firstNameTextField: dataCy(\"ntm-edit-member-first-name-text-field\"),\n lastNameTextField: dataCy(\"ntm-edit-member-last-name-text-field\"),\n emailInput: dataCy(\"ntm-manage-member-email-input\"),\n emailErrorField: dataCy(\"emails-input-error\"),\n cancelButton: dataCy(\"ntm-manage-member-cancel-button\"),\n};\n\nexport const neetoFiltersSelectors = {\n emailSelectContainer: dataCy(\"email-select-container-wrapper\"),\n filterPaneHeading: dataCy(\"neeto-filters-pane-header\"),\n neetoFiltersEmailBlock: dataCy(\"neeto-filters-email-block\"),\n neetoFiltersRoleBlock: dataCy(\"neeto-filters-role-block\"),\n neetoFiltersBarClearButton: dataCy(\"neeto-filters-bar-clear-btn\"),\n neetoFiltersNameFilterField: dataCy(\"neeto-filters-name-filter\"),\n neetoFilterNameBlock: dataCy(\"neeto-filters-name-block\"),\n roleSelectContainer: dataCy(\"role-select-container-wrapper\"),\n filterButton: dataCy(\"neeto-filters-toggle-btn\"),\n filtersClearButton: dataCy(\"neeto-filters-clear-btn\"),\n filterDoneButton: dataCy(\"neeto-filters-done-btn\"),\n filteredMembersCount: dataCy(\"ntm-filtered-members-count\"),\n allMenubarBlock: dataCy(\"ntm-members-menubar-all-block\"),\n filtersEmailFilter: dataCy(\"neeto-filters-email-filter\"),\n paneModalCrossIcon: dataCy(\"neeto-filters-close-button\"),\n};\n"],"names":["memberSelectors","membersTab","dataCy","newButton","continueButton","submitButton","searchTextField","deactivatedAgentsButton","activatedMembersButton","columnCheckBox","roleLabel","role","concat","joinHyphenCase","dropDownIcon","editButton","menuBarHeading","activateOrDeactivateMember","columnsButton","columnsDropdownContainer","emailDropdownItemLabel","roleDropdownItemLabel","inviteStatusDropdownItemLabel","heading","activateButton","deactivateButton","rolesButton","index","statusTag","checkbox","memberFormSelectors","emailTextField","firstNameTextField","lastNameTextField","emailInput","emailErrorField","cancelButton","neetoFiltersSelectors","emailSelectContainer","filterPaneHeading","neetoFiltersEmailBlock","neetoFiltersRoleBlock","neetoFiltersBarClearButton","neetoFiltersNameFilterField","neetoFilterNameBlock","roleSelectContainer","filterButton","filtersClearButton","filterDoneButton","filteredMembersCount","allMenubarBlock","filtersEmailFilter","paneModalCrossIcon"],"mappings":"
|
|
1
|
+
{"version":3,"file":"member.js","sources":["../../../../../src/cypress-utils/constants/selectors/member.js"],"sourcesContent":["import { dataCy, joinHyphenCase } from \"../../utils/common\";\n\nexport const memberSelectors = {\n membersTab: dataCy(\"members-nav-tab\"),\n newButton: dataCy(\"ntm-add-member-button\"),\n continueButton: dataCy(\"ntm-manage-member-continue-button\"),\n submitButton: dataCy(\"ntm-manage-member-submit-button\"),\n searchTextField: dataCy(\"ntm-search-members-input\"),\n deactivatedAgentsButton: dataCy(\"ntm-members-menubar-deactivated-block\"),\n activatedMembersButton: dataCy(\"ntm-members-menubar-active-block\"),\n columnCheckBox: dataCy(\"neeto-ui-columns-checkbox\"),\n roleLabel: role => dataCy(`${joinHyphenCase(role)}-radio-label`),\n dropDownIcon: dataCy(\"ntm-members-table-row-dropdown-button\"),\n editButton: dataCy(\"ntm-edit-member-button\"),\n menuBarHeading: dataCy(\"ntm-members-menubar-heading\"),\n activateOrDeactivateMember: dataCy(\"ntm-deactivate-member-button\"),\n columnsButton: dataCy(\"columns-dropdown-button\"),\n columnsDropdownContainer: dataCy(\"columns-dropdown-container\"),\n emailDropdownItemLabel: dataCy(\"email-checkbox-label\"),\n roleDropdownItemLabel: dataCy(\"role-checkbox-label\"),\n inviteStatusDropdownItemLabel: dataCy(\"invite-status-checkbox-label\"),\n heading: dataCy(\"ntm-manage-members-pane-header\"),\n activateButton: dataCy(\"ntm-activate-members-button\"),\n deactivateButton: dataCy(\"ntm-deactivate-members-button\"),\n rolesButton: index =>\n dataCy(\"ntm-manage-member-roles-button\", `:eq(${index})`),\n statusTag: dataCy(\"ntm-member-status-tag\"),\n checkbox: dataCy(\"ntm-manage-members-app-list-checkbox\"),\n};\n\nexport const memberFormSelectors = {\n emailTextField: dataCy(\"email-select-input-field\"),\n firstNameTextField: dataCy(\"ntm-edit-member-first-name-text-field\"),\n lastNameTextField: dataCy(\"ntm-edit-member-last-name-text-field\"),\n emailInput: dataCy(\"ntm-manage-member-email-input\"),\n emailErrorField: dataCy(\"emails-input-error\"),\n cancelButton: dataCy(\"ntm-manage-member-cancel-button\"),\n};\n\nexport const neetoFiltersSelectors = {\n emailSelectContainer: dataCy(\"email-select-container-wrapper\"),\n filterPaneHeading: dataCy(\"neeto-filters-pane-header\"),\n neetoFiltersEmailBlock: dataCy(\"neeto-filters-email-block\"),\n neetoFiltersRoleBlock: dataCy(\"neeto-filters-role-block\"),\n neetoFiltersBarClearButton: dataCy(\"neeto-filters-bar-clear-btn\"),\n neetoFiltersNameFilterField: dataCy(\"neeto-filters-name-filter\"),\n neetoFilterNameBlock: dataCy(\"neeto-filters-name-block\"),\n roleSelectContainer: dataCy(\"role-select-container-wrapper\"),\n filterButton: dataCy(\"neeto-filters-toggle-btn\"),\n filtersClearButton: dataCy(\"neeto-filters-clear-btn\"),\n filterDoneButton: dataCy(\"neeto-filters-done-btn\"),\n filteredMembersCount: dataCy(\"ntm-filtered-members-count\"),\n allMenubarBlock: dataCy(\"ntm-members-menubar-all-block\"),\n filtersEmailFilter: dataCy(\"neeto-filters-email-filter\"),\n paneModalCrossIcon: dataCy(\"neeto-filters-close-button\"),\n};\n"],"names":["memberSelectors","membersTab","dataCy","newButton","continueButton","submitButton","searchTextField","deactivatedAgentsButton","activatedMembersButton","columnCheckBox","roleLabel","role","concat","joinHyphenCase","dropDownIcon","editButton","menuBarHeading","activateOrDeactivateMember","columnsButton","columnsDropdownContainer","emailDropdownItemLabel","roleDropdownItemLabel","inviteStatusDropdownItemLabel","heading","activateButton","deactivateButton","rolesButton","index","statusTag","checkbox","memberFormSelectors","emailTextField","firstNameTextField","lastNameTextField","emailInput","emailErrorField","cancelButton","neetoFiltersSelectors","emailSelectContainer","filterPaneHeading","neetoFiltersEmailBlock","neetoFiltersRoleBlock","neetoFiltersBarClearButton","neetoFiltersNameFilterField","neetoFilterNameBlock","roleSelectContainer","filterButton","filtersClearButton","filterDoneButton","filteredMembersCount","allMenubarBlock","filtersEmailFilter","paneModalCrossIcon"],"mappings":"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"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-
|
|
4
|
+
require('../../../defineProperty-Cm9b1C1w.js');
|
|
5
|
+
require('../../../typeof-D4ZZ_FlZ.js');
|
|
5
6
|
require('../index.js');
|
|
6
7
|
|
|
7
8
|
var helpIconSelectors = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.js","sources":["../../../../../src/cypress-utils/constants/selectors/navigation.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const helpIconSelectors = {\n helpButton: dataCy(\"help-button\"),\n documentationButton: dataCy(\"help-link-help-center-button\"),\n keyboardShortcutButton: dataCy(\"help-link-keyboard-shortcut-button\"),\n chatButton: dataCy(\"help-link-live-chat-button\"),\n whatsNewButton: dataCy(\"help-link-changelog-button\"),\n whatsNewWidgetInfo: \"h1\",\n whatsNewWidgetCloseButton: \".nc-widget-header__btn\",\n keyboardShortcutPaneHeading: dataCy(\"keyboard-shortcuts-pane-title\"),\n keyboardShortcutPaneCrossIcon: dataCy(\"keyboard-shortcuts-pane-close-button\"),\n};\n\nexport const chatWidgetSelectors = {\n chatWidgetHomeCard: dataCy(\"neeto-chat-widget-cta-title\"),\n widgetSubmitButton: dataCy(\"neeto-chat-widget-pre-chat-submit-btn\"),\n chatBubbleMessage: dataCy(\"neeto-chat-widget-chat-message-bubble\"),\n chatCloseButton: \".neeto-chat-widget-icon--close\",\n widgetIframe: \"#neetochat-iframe\",\n};\n"],"names":["helpIconSelectors","helpButton","dataCy","documentationButton","keyboardShortcutButton","chatButton","whatsNewButton","whatsNewWidgetInfo","whatsNewWidgetCloseButton","keyboardShortcutPaneHeading","keyboardShortcutPaneCrossIcon","chatWidgetSelectors","chatWidgetHomeCard","widgetSubmitButton","chatBubbleMessage","chatCloseButton","widgetIframe"],"mappings":"
|
|
1
|
+
{"version":3,"file":"navigation.js","sources":["../../../../../src/cypress-utils/constants/selectors/navigation.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const helpIconSelectors = {\n helpButton: dataCy(\"help-button\"),\n documentationButton: dataCy(\"help-link-help-center-button\"),\n keyboardShortcutButton: dataCy(\"help-link-keyboard-shortcut-button\"),\n chatButton: dataCy(\"help-link-live-chat-button\"),\n whatsNewButton: dataCy(\"help-link-changelog-button\"),\n whatsNewWidgetInfo: \"h1\",\n whatsNewWidgetCloseButton: \".nc-widget-header__btn\",\n keyboardShortcutPaneHeading: dataCy(\"keyboard-shortcuts-pane-title\"),\n keyboardShortcutPaneCrossIcon: dataCy(\"keyboard-shortcuts-pane-close-button\"),\n};\n\nexport const chatWidgetSelectors = {\n chatWidgetHomeCard: dataCy(\"neeto-chat-widget-cta-title\"),\n widgetSubmitButton: dataCy(\"neeto-chat-widget-pre-chat-submit-btn\"),\n chatBubbleMessage: dataCy(\"neeto-chat-widget-chat-message-bubble\"),\n chatCloseButton: \".neeto-chat-widget-icon--close\",\n widgetIframe: \"#neetochat-iframe\",\n};\n"],"names":["helpIconSelectors","helpButton","dataCy","documentationButton","keyboardShortcutButton","chatButton","whatsNewButton","whatsNewWidgetInfo","whatsNewWidgetCloseButton","keyboardShortcutPaneHeading","keyboardShortcutPaneCrossIcon","chatWidgetSelectors","chatWidgetHomeCard","widgetSubmitButton","chatBubbleMessage","chatCloseButton","widgetIframe"],"mappings":";;;;;;;AAEO,IAAMA,iBAAiB,GAAG;AAC/BC,EAAAA,UAAU,EAAEC,gCAAM,CAAC,aAAa,CAAC;AACjCC,EAAAA,mBAAmB,EAAED,gCAAM,CAAC,8BAA8B,CAAC;AAC3DE,EAAAA,sBAAsB,EAAEF,gCAAM,CAAC,oCAAoC,CAAC;AACpEG,EAAAA,UAAU,EAAEH,gCAAM,CAAC,4BAA4B,CAAC;AAChDI,EAAAA,cAAc,EAAEJ,gCAAM,CAAC,4BAA4B,CAAC;AACpDK,EAAAA,kBAAkB,EAAE,IAAI;AACxBC,EAAAA,yBAAyB,EAAE,wBAAwB;AACnDC,EAAAA,2BAA2B,EAAEP,gCAAM,CAAC,+BAA+B,CAAC;EACpEQ,6BAA6B,EAAER,gCAAM,CAAC,sCAAsC,CAAA;AAC9E,EAAC;AAEM,IAAMS,mBAAmB,GAAG;AACjCC,EAAAA,kBAAkB,EAAEV,gCAAM,CAAC,6BAA6B,CAAC;AACzDW,EAAAA,kBAAkB,EAAEX,gCAAM,CAAC,uCAAuC,CAAC;AACnEY,EAAAA,iBAAiB,EAAEZ,gCAAM,CAAC,uCAAuC,CAAC;AAClEa,EAAAA,eAAe,EAAE,gCAAgC;AACjDC,EAAAA,YAAY,EAAE,mBAAA;AAChB;;;;;"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-
|
|
4
|
+
require('../../../defineProperty-Cm9b1C1w.js');
|
|
5
|
+
require('../../../typeof-D4ZZ_FlZ.js');
|
|
5
6
|
require('../index.js');
|
|
6
7
|
|
|
7
8
|
var signUpSelectors = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signUp.js","sources":["../../../../../src/cypress-utils/constants/selectors/signUp.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const signUpSelectors = {\n emailTextField: dataCy(\"signup-email-text-field\"),\n firstNameTextField: dataCy(\"signup-profile-first-name-text-field\"),\n lastNameTextField: dataCy(\"signup-profile-last-name-text-field\"),\n organizationNameTextField: dataCy(\"signup-organization-name-text-field\"),\n organizationSubmitButton: dataCy(\"signup-organization-submit-button\"),\n otpTextBox: dataCy(\"otpinput-otp-number\"),\n profileSubmitButton: dataCy(\"signup-profile-submit-button\"),\n signupViaEmailButton: dataCy(\"signup-via-email-button\"),\n submitButton: dataCy(\"signup-email-submit-button\"),\n subdomainNameTextField: dataCy(\"signup-organization-subdomain-text-field\"),\n subdomainError: dataCy(\"subdomain-input-error\"),\n tryFreeButton: dataCy(\"neeto-auth-signup-link\"),\n};\n"],"names":["signUpSelectors","emailTextField","dataCy","firstNameTextField","lastNameTextField","organizationNameTextField","organizationSubmitButton","otpTextBox","profileSubmitButton","signupViaEmailButton","submitButton","subdomainNameTextField","subdomainError","tryFreeButton"],"mappings":"
|
|
1
|
+
{"version":3,"file":"signUp.js","sources":["../../../../../src/cypress-utils/constants/selectors/signUp.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const signUpSelectors = {\n emailTextField: dataCy(\"signup-email-text-field\"),\n firstNameTextField: dataCy(\"signup-profile-first-name-text-field\"),\n lastNameTextField: dataCy(\"signup-profile-last-name-text-field\"),\n organizationNameTextField: dataCy(\"signup-organization-name-text-field\"),\n organizationSubmitButton: dataCy(\"signup-organization-submit-button\"),\n otpTextBox: dataCy(\"otpinput-otp-number\"),\n profileSubmitButton: dataCy(\"signup-profile-submit-button\"),\n signupViaEmailButton: dataCy(\"signup-via-email-button\"),\n submitButton: dataCy(\"signup-email-submit-button\"),\n subdomainNameTextField: dataCy(\"signup-organization-subdomain-text-field\"),\n subdomainError: dataCy(\"subdomain-input-error\"),\n tryFreeButton: dataCy(\"neeto-auth-signup-link\"),\n};\n"],"names":["signUpSelectors","emailTextField","dataCy","firstNameTextField","lastNameTextField","organizationNameTextField","organizationSubmitButton","otpTextBox","profileSubmitButton","signupViaEmailButton","submitButton","subdomainNameTextField","subdomainError","tryFreeButton"],"mappings":";;;;;;;AAEO,IAAMA,eAAe,GAAG;AAC7BC,EAAAA,cAAc,EAAEC,gCAAM,CAAC,yBAAyB,CAAC;AACjDC,EAAAA,kBAAkB,EAAED,gCAAM,CAAC,sCAAsC,CAAC;AAClEE,EAAAA,iBAAiB,EAAEF,gCAAM,CAAC,qCAAqC,CAAC;AAChEG,EAAAA,yBAAyB,EAAEH,gCAAM,CAAC,qCAAqC,CAAC;AACxEI,EAAAA,wBAAwB,EAAEJ,gCAAM,CAAC,mCAAmC,CAAC;AACrEK,EAAAA,UAAU,EAAEL,gCAAM,CAAC,qBAAqB,CAAC;AACzCM,EAAAA,mBAAmB,EAAEN,gCAAM,CAAC,8BAA8B,CAAC;AAC3DO,EAAAA,oBAAoB,EAAEP,gCAAM,CAAC,yBAAyB,CAAC;AACvDQ,EAAAA,YAAY,EAAER,gCAAM,CAAC,4BAA4B,CAAC;AAClDS,EAAAA,sBAAsB,EAAET,gCAAM,CAAC,0CAA0C,CAAC;AAC1EU,EAAAA,cAAc,EAAEV,gCAAM,CAAC,uBAAuB,CAAC;EAC/CW,aAAa,EAAEX,gCAAM,CAAC,wBAAwB,CAAA;AAChD;;;;"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-
|
|
4
|
+
require('../../../defineProperty-Cm9b1C1w.js');
|
|
5
|
+
require('../../../typeof-D4ZZ_FlZ.js');
|
|
5
6
|
require('../index.js');
|
|
6
7
|
|
|
7
8
|
var tagsSelectors = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tags.js","sources":["../../../../../src/cypress-utils/constants/selectors/tags.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const tagsSelectors = {\n newTagButton: dataCy(\"add-new-tag-button\"),\n tagNameTextField: dataCy(\"tag-name-text-field\"),\n editButton: dataCy(\"tags-edit-button\"),\n deleteButton: dataCy(\"tags-delete-button\"),\n cancelButton: dataCy(\"neeto-tags-manage-tag-cancel-button\"),\n submitButton: dataCy(\"neeto-tags-manage-tag-submit-button\"),\n searchTextField: dataCy(\"neeto-tags-search-text-input-field\"),\n descriptionTextArea: dataCy(\"tag-description-text-area\"),\n};\n\nexport const mergeTagsSelectors = {\n mergeTagsButton: dataCy(\"neeto-tags-merge-tags-button\"),\n mergeButton: dataCy(\"neeto-tags-merge-button\"),\n sourceSearchTextField: dataCy(\n \"neeto-tags-merge-source-search-text-input-field\"\n ),\n sourceTagsList: dataCy(\"neeto-tags-merge-source-tags-list\"),\n destinationTagsList: dataCy(\"neeto-tags-merge-destination-tags-list\"),\n destinationSearchTextField: dataCy(\n \"neeto-tags-merge-destination-search-text-input-field\"\n ),\n cancelButton: dataCy(\"neeto-tags-merge-cancel-button\"),\n proceedButton: dataCy(\"neeto-tags-merge-proceed-button\"),\n disabledTag: \".neeto-ui-cursor-not-allowed\",\n};\n"],"names":["tagsSelectors","newTagButton","dataCy","tagNameTextField","editButton","deleteButton","cancelButton","submitButton","searchTextField","descriptionTextArea","mergeTagsSelectors","mergeTagsButton","mergeButton","sourceSearchTextField","sourceTagsList","destinationTagsList","destinationSearchTextField","proceedButton","disabledTag"],"mappings":"
|
|
1
|
+
{"version":3,"file":"tags.js","sources":["../../../../../src/cypress-utils/constants/selectors/tags.js"],"sourcesContent":["import { dataCy } from \"../../utils/common\";\n\nexport const tagsSelectors = {\n newTagButton: dataCy(\"add-new-tag-button\"),\n tagNameTextField: dataCy(\"tag-name-text-field\"),\n editButton: dataCy(\"tags-edit-button\"),\n deleteButton: dataCy(\"tags-delete-button\"),\n cancelButton: dataCy(\"neeto-tags-manage-tag-cancel-button\"),\n submitButton: dataCy(\"neeto-tags-manage-tag-submit-button\"),\n searchTextField: dataCy(\"neeto-tags-search-text-input-field\"),\n descriptionTextArea: dataCy(\"tag-description-text-area\"),\n};\n\nexport const mergeTagsSelectors = {\n mergeTagsButton: dataCy(\"neeto-tags-merge-tags-button\"),\n mergeButton: dataCy(\"neeto-tags-merge-button\"),\n sourceSearchTextField: dataCy(\n \"neeto-tags-merge-source-search-text-input-field\"\n ),\n sourceTagsList: dataCy(\"neeto-tags-merge-source-tags-list\"),\n destinationTagsList: dataCy(\"neeto-tags-merge-destination-tags-list\"),\n destinationSearchTextField: dataCy(\n \"neeto-tags-merge-destination-search-text-input-field\"\n ),\n cancelButton: dataCy(\"neeto-tags-merge-cancel-button\"),\n proceedButton: dataCy(\"neeto-tags-merge-proceed-button\"),\n disabledTag: \".neeto-ui-cursor-not-allowed\",\n};\n"],"names":["tagsSelectors","newTagButton","dataCy","tagNameTextField","editButton","deleteButton","cancelButton","submitButton","searchTextField","descriptionTextArea","mergeTagsSelectors","mergeTagsButton","mergeButton","sourceSearchTextField","sourceTagsList","destinationTagsList","destinationSearchTextField","proceedButton","disabledTag"],"mappings":";;;;;;;AAEO,IAAMA,aAAa,GAAG;AAC3BC,EAAAA,YAAY,EAAEC,gCAAM,CAAC,oBAAoB,CAAC;AAC1CC,EAAAA,gBAAgB,EAAED,gCAAM,CAAC,qBAAqB,CAAC;AAC/CE,EAAAA,UAAU,EAAEF,gCAAM,CAAC,kBAAkB,CAAC;AACtCG,EAAAA,YAAY,EAAEH,gCAAM,CAAC,oBAAoB,CAAC;AAC1CI,EAAAA,YAAY,EAAEJ,gCAAM,CAAC,qCAAqC,CAAC;AAC3DK,EAAAA,YAAY,EAAEL,gCAAM,CAAC,qCAAqC,CAAC;AAC3DM,EAAAA,eAAe,EAAEN,gCAAM,CAAC,oCAAoC,CAAC;EAC7DO,mBAAmB,EAAEP,gCAAM,CAAC,2BAA2B,CAAA;AACzD,EAAC;AAEM,IAAMQ,kBAAkB,GAAG;AAChCC,EAAAA,eAAe,EAAET,gCAAM,CAAC,8BAA8B,CAAC;AACvDU,EAAAA,WAAW,EAAEV,gCAAM,CAAC,yBAAyB,CAAC;AAC9CW,EAAAA,qBAAqB,EAAEX,gCAAM,CAC3B,iDACF,CAAC;AACDY,EAAAA,cAAc,EAAEZ,gCAAM,CAAC,mCAAmC,CAAC;AAC3Da,EAAAA,mBAAmB,EAAEb,gCAAM,CAAC,wCAAwC,CAAC;AACrEc,EAAAA,0BAA0B,EAAEd,gCAAM,CAChC,sDACF,CAAC;AACDI,EAAAA,YAAY,EAAEJ,gCAAM,CAAC,gCAAgC,CAAC;AACtDe,EAAAA,aAAa,EAAEf,gCAAM,CAAC,iCAAiC,CAAC;AACxDgB,EAAAA,WAAW,EAAE,8BAAA;AACf;;;;;"}
|
|
@@ -20,10 +20,10 @@ var cypressUtils_utils_organization = require('./utils/organization.js');
|
|
|
20
20
|
var cypressUtils_utils_validation = require('./utils/validation.js');
|
|
21
21
|
var cypressUtils_utils_navigation = require('./utils/navigation.js');
|
|
22
22
|
var cypressUtils_utils_email = require('./utils/email.js');
|
|
23
|
-
require('../defineProperty-
|
|
24
|
-
require('../
|
|
25
|
-
require('../
|
|
26
|
-
require('../
|
|
23
|
+
require('../defineProperty-Cm9b1C1w.js');
|
|
24
|
+
require('../typeof-D4ZZ_FlZ.js');
|
|
25
|
+
require('../toConsumableArray-tBKHqzE3.js');
|
|
26
|
+
require('../unsupportedIterableToArray-BoHMiKNA.js');
|
|
27
27
|
require('./constants/routes.js');
|
|
28
28
|
require('@faker-js/faker');
|
|
29
29
|
require('dayjs');
|
|
@@ -6,7 +6,8 @@ var cypressUtils_constants_selectors_login = require('../constants/selectors/log
|
|
|
6
6
|
var cypressUtils_constants_texts_common = require('../constants/texts/common.js');
|
|
7
7
|
require('../constants/routes.js');
|
|
8
8
|
require('./common.js');
|
|
9
|
-
require('../../defineProperty-
|
|
9
|
+
require('../../defineProperty-Cm9b1C1w.js');
|
|
10
|
+
require('../../typeof-D4ZZ_FlZ.js');
|
|
10
11
|
require('../constants/index.js');
|
|
11
12
|
require('../constants/selectors/navigation.js');
|
|
12
13
|
require('../constants/texts/navigation.js');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authentication.js","sources":["../../../../src/cypress-utils/utils/authentication.js"],"sourcesContent":["import { navigationUtils } from \"./navigation\";\n\nimport {\n commonSelectors,\n profileSelectors,\n} from \"../constants/selectors/common\";\nimport { loginSelectors } from \"../constants/selectors/login\";\nimport { commonTexts } from \"../constants/texts/common\";\n\nconst verifySSOLoginPage = () => {\n cy.log(\"verify Login Page\");\n cy.get(loginSelectors.githubAuthenticationButton).should(\"be.visible\");\n cy.get(loginSelectors.twitterAuthenticationButton).should(\"be.visible\");\n cy.get(loginSelectors.appleAuthenticationButton).should(\"be.visible\");\n cy.get(loginSelectors.googleAuthenticationButton).should(\"be.visible\");\n\n cy.log(\"verify Cross Site scripting\");\n cy.clearAndType(loginSelectors.emailTextField, commonTexts.crossSiteScript);\n cy.get(loginSelectors.submitButton).click();\n cy.get(commonSelectors.windowAlert).should(\"not.exist\");\n\n cy.log(\"verify email login\");\n cy.get(commonSelectors.emailInputError).should(\n \"have.text\",\n commonTexts.invalidEmailMessage\n );\n cy.get(loginSelectors.emailTextField).clear();\n cy.get(loginSelectors.submitButton).click();\n cy.get(commonSelectors.emailInputError).should(\n \"have.text\",\n commonTexts.invalidEmailMessage\n );\n};\n\nconst logout = homeUrl => {\n cy.get(profileSelectors.loader).should(\"not.exist\");\n navigationUtils.openProfileOrHelpCenter({\n tabSelector: profileSelectors.tab,\n subTabLink: profileSelectors.logoutLink,\n count: 5,\n });\n cy.get(profileSelectors.tab).click();\n cy.get(profileSelectors.logoutLink)\n .should(\"have.text\", commonTexts.logout)\n .invoke(\"click\");\n cy.url({ timeout: 15000 }).should(\"not.include\", homeUrl);\n};\n\nexport const authUtils = { verifySSOLoginPage, logout };\n"],"names":["verifySSOLoginPage","cy","log","get","loginSelectors","githubAuthenticationButton","should","twitterAuthenticationButton","appleAuthenticationButton","googleAuthenticationButton","clearAndType","emailTextField","commonTexts","crossSiteScript","submitButton","click","commonSelectors","windowAlert","emailInputError","invalidEmailMessage","clear","logout","homeUrl","profileSelectors","loader","navigationUtils","openProfileOrHelpCenter","tabSelector","tab","subTabLink","logoutLink","count","invoke","url","timeout","authUtils"],"mappings":"
|
|
1
|
+
{"version":3,"file":"authentication.js","sources":["../../../../src/cypress-utils/utils/authentication.js"],"sourcesContent":["import { navigationUtils } from \"./navigation\";\n\nimport {\n commonSelectors,\n profileSelectors,\n} from \"../constants/selectors/common\";\nimport { loginSelectors } from \"../constants/selectors/login\";\nimport { commonTexts } from \"../constants/texts/common\";\n\nconst verifySSOLoginPage = () => {\n cy.log(\"verify Login Page\");\n cy.get(loginSelectors.githubAuthenticationButton).should(\"be.visible\");\n cy.get(loginSelectors.twitterAuthenticationButton).should(\"be.visible\");\n cy.get(loginSelectors.appleAuthenticationButton).should(\"be.visible\");\n cy.get(loginSelectors.googleAuthenticationButton).should(\"be.visible\");\n\n cy.log(\"verify Cross Site scripting\");\n cy.clearAndType(loginSelectors.emailTextField, commonTexts.crossSiteScript);\n cy.get(loginSelectors.submitButton).click();\n cy.get(commonSelectors.windowAlert).should(\"not.exist\");\n\n cy.log(\"verify email login\");\n cy.get(commonSelectors.emailInputError).should(\n \"have.text\",\n commonTexts.invalidEmailMessage\n );\n cy.get(loginSelectors.emailTextField).clear();\n cy.get(loginSelectors.submitButton).click();\n cy.get(commonSelectors.emailInputError).should(\n \"have.text\",\n commonTexts.invalidEmailMessage\n );\n};\n\nconst logout = homeUrl => {\n cy.get(profileSelectors.loader).should(\"not.exist\");\n navigationUtils.openProfileOrHelpCenter({\n tabSelector: profileSelectors.tab,\n subTabLink: profileSelectors.logoutLink,\n count: 5,\n });\n cy.get(profileSelectors.tab).click();\n cy.get(profileSelectors.logoutLink)\n .should(\"have.text\", commonTexts.logout)\n .invoke(\"click\");\n cy.url({ timeout: 15000 }).should(\"not.include\", homeUrl);\n};\n\nexport const authUtils = { verifySSOLoginPage, logout };\n"],"names":["verifySSOLoginPage","cy","log","get","loginSelectors","githubAuthenticationButton","should","twitterAuthenticationButton","appleAuthenticationButton","googleAuthenticationButton","clearAndType","emailTextField","commonTexts","crossSiteScript","submitButton","click","commonSelectors","windowAlert","emailInputError","invalidEmailMessage","clear","logout","homeUrl","profileSelectors","loader","navigationUtils","openProfileOrHelpCenter","tabSelector","tab","subTabLink","logoutLink","count","invoke","url","timeout","authUtils"],"mappings":";;;;;;;;;;;;;;AASA,IAAMA,kBAAkB,GAAG,SAArBA,kBAAkBA,GAAS;AAC/BC,EAAAA,EAAE,CAACC,GAAG,CAAC,mBAAmB,CAAC,CAAA;EAC3BD,EAAE,CAACE,GAAG,CAACC,qDAAc,CAACC,0BAA0B,CAAC,CAACC,MAAM,CAAC,YAAY,CAAC,CAAA;EACtEL,EAAE,CAACE,GAAG,CAACC,qDAAc,CAACG,2BAA2B,CAAC,CAACD,MAAM,CAAC,YAAY,CAAC,CAAA;EACvEL,EAAE,CAACE,GAAG,CAACC,qDAAc,CAACI,yBAAyB,CAAC,CAACF,MAAM,CAAC,YAAY,CAAC,CAAA;EACrEL,EAAE,CAACE,GAAG,CAACC,qDAAc,CAACK,0BAA0B,CAAC,CAACH,MAAM,CAAC,YAAY,CAAC,CAAA;AAEtEL,EAAAA,EAAE,CAACC,GAAG,CAAC,6BAA6B,CAAC,CAAA;EACrCD,EAAE,CAACS,YAAY,CAACN,qDAAc,CAACO,cAAc,EAAEC,+CAAW,CAACC,eAAe,CAAC,CAAA;EAC3EZ,EAAE,CAACE,GAAG,CAACC,qDAAc,CAACU,YAAY,CAAC,CAACC,KAAK,EAAE,CAAA;EAC3Cd,EAAE,CAACE,GAAG,CAACa,uDAAe,CAACC,WAAW,CAAC,CAACX,MAAM,CAAC,WAAW,CAAC,CAAA;AAEvDL,EAAAA,EAAE,CAACC,GAAG,CAAC,oBAAoB,CAAC,CAAA;AAC5BD,EAAAA,EAAE,CAACE,GAAG,CAACa,uDAAe,CAACE,eAAe,CAAC,CAACZ,MAAM,CAC5C,WAAW,EACXM,+CAAW,CAACO,mBACd,CAAC,CAAA;EACDlB,EAAE,CAACE,GAAG,CAACC,qDAAc,CAACO,cAAc,CAAC,CAACS,KAAK,EAAE,CAAA;EAC7CnB,EAAE,CAACE,GAAG,CAACC,qDAAc,CAACU,YAAY,CAAC,CAACC,KAAK,EAAE,CAAA;AAC3Cd,EAAAA,EAAE,CAACE,GAAG,CAACa,uDAAe,CAACE,eAAe,CAAC,CAACZ,MAAM,CAC5C,WAAW,EACXM,+CAAW,CAACO,mBACd,CAAC,CAAA;AACH,CAAC,CAAA;AAED,IAAME,MAAM,GAAG,SAATA,MAAMA,CAAGC,OAAO,EAAI;EACxBrB,EAAE,CAACE,GAAG,CAACoB,wDAAgB,CAACC,MAAM,CAAC,CAAClB,MAAM,CAAC,WAAW,CAAC,CAAA;EACnDmB,6CAAe,CAACC,uBAAuB,CAAC;IACtCC,WAAW,EAAEJ,wDAAgB,CAACK,GAAG;IACjCC,UAAU,EAAEN,wDAAgB,CAACO,UAAU;AACvCC,IAAAA,KAAK,EAAE,CAAA;AACT,GAAC,CAAC,CAAA;EACF9B,EAAE,CAACE,GAAG,CAACoB,wDAAgB,CAACK,GAAG,CAAC,CAACb,KAAK,EAAE,CAAA;EACpCd,EAAE,CAACE,GAAG,CAACoB,wDAAgB,CAACO,UAAU,CAAC,CAChCxB,MAAM,CAAC,WAAW,EAAEM,+CAAW,CAACS,MAAM,CAAC,CACvCW,MAAM,CAAC,OAAO,CAAC,CAAA;EAClB/B,EAAE,CAACgC,GAAG,CAAC;AAAEC,IAAAA,OAAO,EAAE,KAAA;AAAM,GAAC,CAAC,CAAC5B,MAAM,CAAC,aAAa,EAAEgB,OAAO,CAAC,CAAA;AAC3D,CAAC,CAAA;AAEM,IAAMa,SAAS,GAAG;AAAEnC,EAAAA,kBAAkB,EAAlBA,kBAAkB;AAAEqB,EAAAA,MAAM,EAANA,MAAAA;AAAO;;;;"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var defineProperty = require('../../defineProperty-
|
|
3
|
+
var defineProperty = require('../../defineProperty-Cm9b1C1w.js');
|
|
4
4
|
var cypressUtils_constants_index = require('../constants/index.js');
|
|
5
|
+
require('../../typeof-D4ZZ_FlZ.js');
|
|
5
6
|
|
|
6
7
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
7
8
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { defineProperty._defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sources":["../../../../src/cypress-utils/utils/common.js"],"sourcesContent":["import { environment } from \"../constants\";\n\nconst getCountFromText = countText =>\n Number(countText.text().trim().split(\" \")[0]);\n\nconst env = {\n isDevelopment: Cypress.env(\"configFile\") === environment.development,\n isReview: Cypress.env(\"configFile\") === environment.review,\n isStaging: Cypress.env(\"configFile\") === environment.staging,\n isProduction: Cypress.env(\"configFile\") === environment.production,\n};\nenv.isNightlyRun = env.isProduction || env.isStaging;\nenv.tld = env.isProduction ? \"com\" : \"net\";\n\nconst isStagingEnv = Cypress.env(\"configFile\") === environment.staging;\n\nconst dataCy = (value, suffix = \"\") => `[data-cy='${value}']${suffix}`;\n\nconst dataTestId = (value, suffix = \"\") => `[data-testid='${value}']${suffix}`;\n\nconst setListCount = (countSelector, alias) =>\n cy.get(countSelector).then(countText => {\n cy.wrap(getCountFromText(countText)).as(alias);\n });\n\nconst verifyListCount = (countSelector, count) =>\n cy.get(countSelector).then(countText => {\n cy.wrap(getCountFromText(countText)).should(\"eq\", count);\n });\n\nconst getUrl = path => `/api/v1/${path}`;\n\nconst getTestTitle = () => {\n const { ctx } = Cypress.mocha.getRunner().suite;\n\n return ctx.currentTest.parent.title;\n};\n\nconst joinHyphenCase = (...args) =>\n args.join(\" \").replace(/\\s+/g, \"-\").toLowerCase();\n\nconst hyphenize = input => {\n const fallbackString = \"\";\n if (typeof input === \"number\") return String(input);\n\n if (input && typeof input === \"string\" && input.replace) {\n return input\n .replace(/[\\s_]/g, \"-\")\n .replace(/([a-z])([A-Z])/g, \"$1-$2\")\n .replace(/-+/g, \"-\")\n .toLowerCase();\n }\n\n return fallbackString;\n};\n\nconst initializeCredentials = stagingData => {\n cy.task(\"getGlobalState\").then(state => {\n const newState = {\n ...state,\n businessName: state.businessName || stagingData.businessName,\n currentUserName: state.currentUserName || stagingData.currentUserName,\n email: state.email || stagingData.email,\n firstName: state.firstName || stagingData.firstName,\n lastName: state.lastName || stagingData.lastName,\n subdomainName: state.subdomainName || stagingData.subdomainName,\n skipSetup: state.skipSetup,\n };\n if (isStagingEnv) {\n const baseUrl = `https://${newState.subdomainName}.${stagingData.domain}`;\n Cypress.config(\"baseUrl\", baseUrl);\n }\n cy.task(\"bulkUpdateGlobalState\", newState);\n });\n};\n\nexport {\n env,\n isStagingEnv,\n dataCy,\n dataTestId,\n setListCount,\n verifyListCount,\n getUrl,\n getTestTitle,\n joinHyphenCase,\n hyphenize,\n initializeCredentials,\n};\n"],"names":["getCountFromText","countText","Number","text","trim","split","env","isDevelopment","Cypress","environment","development","isReview","review","isStaging","staging","isProduction","production","isNightlyRun","tld","isStagingEnv","dataCy","value","suffix","arguments","length","undefined","concat","dataTestId","setListCount","countSelector","alias","cy","get","then","wrap","as","verifyListCount","count","should","getUrl","path","getTestTitle","ctx","mocha","getRunner","suite","currentTest","parent","title","joinHyphenCase","_len","args","Array","_key","join","replace","toLowerCase","hyphenize","input","fallbackString","String","initializeCredentials","stagingData","task","state","newState","_objectSpread","businessName","currentUserName","email","firstName","lastName","subdomainName","skipSetup","baseUrl","domain","config"],"mappings":"
|
|
1
|
+
{"version":3,"file":"common.js","sources":["../../../../src/cypress-utils/utils/common.js"],"sourcesContent":["import { environment } from \"../constants\";\n\nconst getCountFromText = countText =>\n Number(countText.text().trim().split(\" \")[0]);\n\nconst env = {\n isDevelopment: Cypress.env(\"configFile\") === environment.development,\n isReview: Cypress.env(\"configFile\") === environment.review,\n isStaging: Cypress.env(\"configFile\") === environment.staging,\n isProduction: Cypress.env(\"configFile\") === environment.production,\n};\nenv.isNightlyRun = env.isProduction || env.isStaging;\nenv.tld = env.isProduction ? \"com\" : \"net\";\n\nconst isStagingEnv = Cypress.env(\"configFile\") === environment.staging;\n\nconst dataCy = (value, suffix = \"\") => `[data-cy='${value}']${suffix}`;\n\nconst dataTestId = (value, suffix = \"\") => `[data-testid='${value}']${suffix}`;\n\nconst setListCount = (countSelector, alias) =>\n cy.get(countSelector).then(countText => {\n cy.wrap(getCountFromText(countText)).as(alias);\n });\n\nconst verifyListCount = (countSelector, count) =>\n cy.get(countSelector).then(countText => {\n cy.wrap(getCountFromText(countText)).should(\"eq\", count);\n });\n\nconst getUrl = path => `/api/v1/${path}`;\n\nconst getTestTitle = () => {\n const { ctx } = Cypress.mocha.getRunner().suite;\n\n return ctx.currentTest.parent.title;\n};\n\nconst joinHyphenCase = (...args) =>\n args.join(\" \").replace(/\\s+/g, \"-\").toLowerCase();\n\nconst hyphenize = input => {\n const fallbackString = \"\";\n if (typeof input === \"number\") return String(input);\n\n if (input && typeof input === \"string\" && input.replace) {\n return input\n .replace(/[\\s_]/g, \"-\")\n .replace(/([a-z])([A-Z])/g, \"$1-$2\")\n .replace(/-+/g, \"-\")\n .toLowerCase();\n }\n\n return fallbackString;\n};\n\nconst initializeCredentials = stagingData => {\n cy.task(\"getGlobalState\").then(state => {\n const newState = {\n ...state,\n businessName: state.businessName || stagingData.businessName,\n currentUserName: state.currentUserName || stagingData.currentUserName,\n email: state.email || stagingData.email,\n firstName: state.firstName || stagingData.firstName,\n lastName: state.lastName || stagingData.lastName,\n subdomainName: state.subdomainName || stagingData.subdomainName,\n skipSetup: state.skipSetup,\n };\n if (isStagingEnv) {\n const baseUrl = `https://${newState.subdomainName}.${stagingData.domain}`;\n Cypress.config(\"baseUrl\", baseUrl);\n }\n cy.task(\"bulkUpdateGlobalState\", newState);\n });\n};\n\nexport {\n env,\n isStagingEnv,\n dataCy,\n dataTestId,\n setListCount,\n verifyListCount,\n getUrl,\n getTestTitle,\n joinHyphenCase,\n hyphenize,\n initializeCredentials,\n};\n"],"names":["getCountFromText","countText","Number","text","trim","split","env","isDevelopment","Cypress","environment","development","isReview","review","isStaging","staging","isProduction","production","isNightlyRun","tld","isStagingEnv","dataCy","value","suffix","arguments","length","undefined","concat","dataTestId","setListCount","countSelector","alias","cy","get","then","wrap","as","verifyListCount","count","should","getUrl","path","getTestTitle","ctx","mocha","getRunner","suite","currentTest","parent","title","joinHyphenCase","_len","args","Array","_key","join","replace","toLowerCase","hyphenize","input","fallbackString","String","initializeCredentials","stagingData","task","state","newState","_objectSpread","businessName","currentUserName","email","firstName","lastName","subdomainName","skipSetup","baseUrl","domain","config"],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var defineProperty = require('../../defineProperty-
|
|
3
|
+
var defineProperty = require('../../defineProperty-Cm9b1C1w.js');
|
|
4
|
+
require('../../typeof-D4ZZ_FlZ.js');
|
|
4
5
|
|
|
5
6
|
var hostname = "api.fastmail.com";
|
|
6
7
|
var username = Cypress.env("FASTMAIL_USERNAME") || "cypress@mixarrow.com";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email.js","sources":["../../../../src/cypress-utils/utils/email.js"],"sourcesContent":["const hostname = \"api.fastmail.com\";\nconst username = Cypress.env(\"FASTMAIL_USERNAME\") || \"cypress@mixarrow.com\";\nconst token = Cypress.env(\"FASTMAIL_TOKEN\");\n\nconst authUrl = `https://${hostname}/.well-known/jmap`;\nconst headers = {\n \"Content-Type\": \"application/json\",\n Authorization: `Bearer ${token}`,\n};\n\nconst getSession = () => cy.request({ url: authUrl, method: \"GET\", headers });\n\nconst getDraftId = ({ apiUrl, accountId }) => {\n cy.request({\n url: apiUrl,\n method: \"POST\",\n headers,\n body: JSON.stringify({\n using: [\"urn:ietf:params:jmap:core\", \"urn:ietf:params:jmap:mail\"],\n methodCalls: [\n [\"Mailbox/query\", { accountId, filter: { name: \"Drafts\" } }, \"a\"],\n ],\n }),\n }).then(({ body: data }) =>\n cy.wrap(data[\"methodResponses\"][0][1].ids[0]).as(\"draftId\")\n );\n};\n\nconst getIdentityId = ({ apiUrl, accountId }) => {\n cy.request({\n url: apiUrl,\n method: \"POST\",\n headers,\n body: JSON.stringify({\n using: [\n \"urn:ietf:params:jmap:core\",\n \"urn:ietf:params:jmap:mail\",\n \"urn:ietf:params:jmap:submission\",\n ],\n methodCalls: [[\"Identity/get\", { accountId, ids: null }, \"a\"]],\n }),\n }).then(({ body: data }) => {\n const identities = data[\"methodResponses\"][0][1].list;\n const identityId = identities.find(({ email }) => email === username).id;\n cy.wrap(identityId).as(\"identityId\");\n });\n};\n\nconst composeEmail = ({\n apiUrl,\n accountId,\n draftId,\n identityId,\n emailDetails,\n}) => {\n const { subject, body, to, senderName } = emailDetails;\n\n const draftObject = {\n from: [{ email: username, name: senderName }],\n to: [{ email: to }],\n subject,\n keywords: { $draft: true },\n mailboxIds: { [draftId]: true },\n bodyValues: { body: { value: body, charset: \"utf-8\" } },\n textBody: [{ partId: \"body\", type: \"text/plain\" }],\n };\n\n cy.request({\n url: apiUrl,\n method: \"POST\",\n headers,\n body: JSON.stringify({\n using: [\n \"urn:ietf:params:jmap:core\",\n \"urn:ietf:params:jmap:mail\",\n \"urn:ietf:params:jmap:submission\",\n ],\n methodCalls: [\n [\"Email/set\", { accountId, create: { draft: draftObject } }, \"a\"],\n [\n \"EmailSubmission/set\",\n {\n accountId,\n onSuccessDestroyEmail: [\"#sendIt\"],\n create: { sendIt: { emailId: \"#draft\", identityId } },\n },\n \"b\",\n ],\n ],\n }),\n });\n};\n\nconst checkForEnvs = () => {\n if (!username || !token) {\n throw new Error(\n \"Please provide CYPRESS_FASTMAIL_USERNAME and CYPRESS_FASTMAIL_TOKEN as environment variables\"\n );\n }\n};\n\nexport const sendEmail = emailDetails => {\n checkForEnvs();\n getSession().then(({ body: session }) => {\n const { apiUrl, primaryAccounts } = session;\n const accountId = primaryAccounts[\"urn:ietf:params:jmap:mail\"];\n getDraftId({ apiUrl, accountId });\n getIdentityId({ apiUrl, accountId });\n cy.get(\"@draftId\").then(draftId => {\n cy.get(\"@identityId\").then(identityId =>\n composeEmail({ apiUrl, accountId, draftId, identityId, emailDetails })\n );\n });\n });\n};\n\nexport const emailUtils = { sendEmail };\n"],"names":["hostname","username","Cypress","env","token","authUrl","concat","headers","Authorization","getSession","cy","request","url","method","getDraftId","_ref","apiUrl","accountId","body","JSON","stringify","using","methodCalls","filter","name","then","_ref2","data","wrap","ids","as","getIdentityId","_ref3","_ref4","identities","list","identityId","find","_ref5","email","id","composeEmail","_ref6","draftId","emailDetails","subject","to","senderName","draftObject","from","keywords","$draft","mailboxIds","_defineProperty","bodyValues","value","charset","textBody","partId","type","create","draft","onSuccessDestroyEmail","sendIt","emailId","checkForEnvs","Error","sendEmail","_ref7","session","primaryAccounts","get","emailUtils"],"mappings":"
|
|
1
|
+
{"version":3,"file":"email.js","sources":["../../../../src/cypress-utils/utils/email.js"],"sourcesContent":["const hostname = \"api.fastmail.com\";\nconst username = Cypress.env(\"FASTMAIL_USERNAME\") || \"cypress@mixarrow.com\";\nconst token = Cypress.env(\"FASTMAIL_TOKEN\");\n\nconst authUrl = `https://${hostname}/.well-known/jmap`;\nconst headers = {\n \"Content-Type\": \"application/json\",\n Authorization: `Bearer ${token}`,\n};\n\nconst getSession = () => cy.request({ url: authUrl, method: \"GET\", headers });\n\nconst getDraftId = ({ apiUrl, accountId }) => {\n cy.request({\n url: apiUrl,\n method: \"POST\",\n headers,\n body: JSON.stringify({\n using: [\"urn:ietf:params:jmap:core\", \"urn:ietf:params:jmap:mail\"],\n methodCalls: [\n [\"Mailbox/query\", { accountId, filter: { name: \"Drafts\" } }, \"a\"],\n ],\n }),\n }).then(({ body: data }) =>\n cy.wrap(data[\"methodResponses\"][0][1].ids[0]).as(\"draftId\")\n );\n};\n\nconst getIdentityId = ({ apiUrl, accountId }) => {\n cy.request({\n url: apiUrl,\n method: \"POST\",\n headers,\n body: JSON.stringify({\n using: [\n \"urn:ietf:params:jmap:core\",\n \"urn:ietf:params:jmap:mail\",\n \"urn:ietf:params:jmap:submission\",\n ],\n methodCalls: [[\"Identity/get\", { accountId, ids: null }, \"a\"]],\n }),\n }).then(({ body: data }) => {\n const identities = data[\"methodResponses\"][0][1].list;\n const identityId = identities.find(({ email }) => email === username).id;\n cy.wrap(identityId).as(\"identityId\");\n });\n};\n\nconst composeEmail = ({\n apiUrl,\n accountId,\n draftId,\n identityId,\n emailDetails,\n}) => {\n const { subject, body, to, senderName } = emailDetails;\n\n const draftObject = {\n from: [{ email: username, name: senderName }],\n to: [{ email: to }],\n subject,\n keywords: { $draft: true },\n mailboxIds: { [draftId]: true },\n bodyValues: { body: { value: body, charset: \"utf-8\" } },\n textBody: [{ partId: \"body\", type: \"text/plain\" }],\n };\n\n cy.request({\n url: apiUrl,\n method: \"POST\",\n headers,\n body: JSON.stringify({\n using: [\n \"urn:ietf:params:jmap:core\",\n \"urn:ietf:params:jmap:mail\",\n \"urn:ietf:params:jmap:submission\",\n ],\n methodCalls: [\n [\"Email/set\", { accountId, create: { draft: draftObject } }, \"a\"],\n [\n \"EmailSubmission/set\",\n {\n accountId,\n onSuccessDestroyEmail: [\"#sendIt\"],\n create: { sendIt: { emailId: \"#draft\", identityId } },\n },\n \"b\",\n ],\n ],\n }),\n });\n};\n\nconst checkForEnvs = () => {\n if (!username || !token) {\n throw new Error(\n \"Please provide CYPRESS_FASTMAIL_USERNAME and CYPRESS_FASTMAIL_TOKEN as environment variables\"\n );\n }\n};\n\nexport const sendEmail = emailDetails => {\n checkForEnvs();\n getSession().then(({ body: session }) => {\n const { apiUrl, primaryAccounts } = session;\n const accountId = primaryAccounts[\"urn:ietf:params:jmap:mail\"];\n getDraftId({ apiUrl, accountId });\n getIdentityId({ apiUrl, accountId });\n cy.get(\"@draftId\").then(draftId => {\n cy.get(\"@identityId\").then(identityId =>\n composeEmail({ apiUrl, accountId, draftId, identityId, emailDetails })\n );\n });\n });\n};\n\nexport const emailUtils = { sendEmail };\n"],"names":["hostname","username","Cypress","env","token","authUrl","concat","headers","Authorization","getSession","cy","request","url","method","getDraftId","_ref","apiUrl","accountId","body","JSON","stringify","using","methodCalls","filter","name","then","_ref2","data","wrap","ids","as","getIdentityId","_ref3","_ref4","identities","list","identityId","find","_ref5","email","id","composeEmail","_ref6","draftId","emailDetails","subject","to","senderName","draftObject","from","keywords","$draft","mailboxIds","_defineProperty","bodyValues","value","charset","textBody","partId","type","create","draft","onSuccessDestroyEmail","sendIt","emailId","checkForEnvs","Error","sendEmail","_ref7","session","primaryAccounts","get","emailUtils"],"mappings":"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"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var defineProperty = require('../../defineProperty-
|
|
3
|
+
var defineProperty = require('../../defineProperty-Cm9b1C1w.js');
|
|
4
4
|
var cypressUtils_utils_common = require('./common.js');
|
|
5
5
|
var cypressUtils_constants_routes = require('../constants/routes.js');
|
|
6
6
|
var cypressUtils_constants_selectors_common = require('../constants/selectors/common.js');
|
|
7
7
|
var cypressUtils_constants_selectors_member = require('../constants/selectors/member.js');
|
|
8
8
|
var cypressUtils_constants_texts_common = require('../constants/texts/common.js');
|
|
9
9
|
var cypressUtils_constants_texts_member = require('../constants/texts/member.js');
|
|
10
|
+
require('../../typeof-D4ZZ_FlZ.js');
|
|
10
11
|
require('../constants/index.js');
|
|
11
12
|
|
|
12
13
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|