@bigbinary/neeto-commons-frontend 4.13.37 → 4.13.39
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 +0 -1
- package/configs/eslint/index.mjs +0 -1
- package/cypress-utils.d.ts +0 -40
- package/dist/cjs/{index-CUYe6FO0.js → index-BskY8dVw.js} +6 -4
- package/dist/cjs/index-BskY8dVw.js.map +1 -0
- package/dist/cjs/initializers/dayjs.js +3 -0
- package/dist/cjs/initializers/dayjs.js.map +1 -1
- package/dist/cjs/initializers/index.js +2 -0
- package/dist/cjs/initializers/index.js.map +1 -1
- package/dist/cjs/react-utils/BrowserPushNotifications/index.js +1 -2
- package/dist/cjs/react-utils/BrowserPushNotifications/index.js.map +1 -1
- package/dist/cjs/react-utils/BrowserPushNotifications/pushHelper.js +1 -2
- package/dist/cjs/react-utils/BrowserPushNotifications/pushHelper.js.map +1 -1
- package/dist/cjs/react-utils/BrowserPushNotifications/registerServiceWorker.js +1 -2
- package/dist/cjs/react-utils/BrowserPushNotifications/registerServiceWorker.js.map +1 -1
- package/dist/cjs/react-utils/index.js +1 -2
- package/dist/cjs/react-utils/index.js.map +1 -1
- package/dist/cjs/react-utils/useFetchNeetoApps/index.js +1 -2
- package/dist/cjs/react-utils/useFetchNeetoApps/index.js.map +1 -1
- package/dist/cjs/react-utils/useFetchNeetoApps/useFetchNeetoApps.js +1 -2
- package/dist/cjs/react-utils/useFetchNeetoApps/useFetchNeetoApps.js.map +1 -1
- package/dist/cjs/react-utils/useLocalStorage/index.js +1 -2
- package/dist/cjs/react-utils/useLocalStorage/index.js.map +1 -1
- package/dist/cjs/react-utils/useLocalStorage/useLocalStorage.js +1 -2
- package/dist/cjs/react-utils/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/cjs/react-utils/usePersistedQuery/index.js +1 -2
- package/dist/cjs/react-utils/usePersistedQuery/index.js.map +1 -1
- package/dist/cjs/react-utils/usePersistedQuery/usePersistedQuery.js +1 -2
- package/dist/cjs/react-utils/usePersistedQuery/usePersistedQuery.js.map +1 -1
- package/dist/cjs/react-utils/useQueryParams/index.js +1 -2
- package/dist/cjs/react-utils/useQueryParams/index.js.map +1 -1
- package/dist/cjs/react-utils/useQueryParams/useQueryParams.js +1 -2
- package/dist/cjs/react-utils/useQueryParams/useQueryParams.js.map +1 -1
- package/dist/cjs/react-utils/useRegisterNavigationCheckpoint/index.js +1 -2
- package/dist/cjs/react-utils/useRegisterNavigationCheckpoint/index.js.map +1 -1
- package/dist/cjs/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js +1 -2
- package/dist/cjs/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js.map +1 -1
- package/dist/cjs/utils/createSubscription.js +1 -2
- package/dist/cjs/utils/createSubscription.js.map +1 -1
- package/dist/cjs/utils/general.js +1 -2
- package/dist/cjs/utils/general.js.map +1 -1
- package/dist/cjs/utils/index.js +1 -2
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/localePlugin.js +502 -0
- package/dist/cjs/utils/localePlugin.js.map +1 -0
- package/dist/{index-COfUw8MU.js → index-CoBEoJgD.js} +5 -3
- package/dist/index-CoBEoJgD.js.map +1 -0
- package/dist/initializers/dayjs.js +3 -0
- package/dist/initializers/dayjs.js.map +1 -1
- package/dist/initializers/index.js +2 -0
- package/dist/initializers/index.js.map +1 -1
- package/dist/react-utils/BrowserPushNotifications/index.js +1 -2
- package/dist/react-utils/BrowserPushNotifications/index.js.map +1 -1
- package/dist/react-utils/BrowserPushNotifications/pushHelper.js +2 -3
- package/dist/react-utils/BrowserPushNotifications/pushHelper.js.map +1 -1
- package/dist/react-utils/BrowserPushNotifications/registerServiceWorker.js +1 -2
- package/dist/react-utils/BrowserPushNotifications/registerServiceWorker.js.map +1 -1
- package/dist/react-utils/index.js +1 -2
- package/dist/react-utils/index.js.map +1 -1
- package/dist/react-utils/useFetchNeetoApps/index.js +1 -2
- package/dist/react-utils/useFetchNeetoApps/index.js.map +1 -1
- package/dist/react-utils/useFetchNeetoApps/useFetchNeetoApps.js +1 -2
- package/dist/react-utils/useFetchNeetoApps/useFetchNeetoApps.js.map +1 -1
- package/dist/react-utils/useLocalStorage/index.js +1 -2
- package/dist/react-utils/useLocalStorage/index.js.map +1 -1
- package/dist/react-utils/useLocalStorage/useLocalStorage.js +1 -2
- package/dist/react-utils/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/react-utils/usePersistedQuery/index.js +1 -2
- package/dist/react-utils/usePersistedQuery/index.js.map +1 -1
- package/dist/react-utils/usePersistedQuery/usePersistedQuery.js +1 -2
- package/dist/react-utils/usePersistedQuery/usePersistedQuery.js.map +1 -1
- package/dist/react-utils/useQueryParams/index.js +1 -2
- package/dist/react-utils/useQueryParams/index.js.map +1 -1
- package/dist/react-utils/useQueryParams/useQueryParams.js +1 -2
- package/dist/react-utils/useQueryParams/useQueryParams.js.map +1 -1
- package/dist/react-utils/useRegisterNavigationCheckpoint/index.js +1 -2
- package/dist/react-utils/useRegisterNavigationCheckpoint/index.js.map +1 -1
- package/dist/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js +1 -2
- package/dist/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js.map +1 -1
- package/dist/utils/createSubscription.js +1 -2
- package/dist/utils/createSubscription.js.map +1 -1
- package/dist/utils/general.js +1 -2
- package/dist/utils/general.js.map +1 -1
- package/dist/utils/index.js +1 -2
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/localePlugin.js +500 -0
- package/dist/utils/localePlugin.js.map +1 -0
- package/package.json +1 -10
- package/cypress-configs/initializer.js +0 -32
- package/cypress-configs/plugins.js +0 -114
- package/cypress-configs/resolve.js +0 -17
- package/cypress-configs/webpack.config.js +0 -19
- package/dist/_commonjsHelpers-B85MJLTf.js +0 -6
- package/dist/_commonjsHelpers-B85MJLTf.js.map +0 -1
- package/dist/cjs/_commonjsHelpers-CFO10eej.js +0 -8
- package/dist/cjs/_commonjsHelpers-CFO10eej.js.map +0 -1
- package/dist/cjs/cypress-utils/.eslintrc.js +0 -40
- package/dist/cjs/cypress-utils/.eslintrc.js.map +0 -1
- package/dist/cjs/cypress-utils/commands.js +0 -288
- package/dist/cjs/cypress-utils/commands.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/index.js +0 -11
- package/dist/cjs/cypress-utils/constants/index.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/routes.js +0 -41
- package/dist/cjs/cypress-utils/constants/routes.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/selectors/common.js +0 -104
- package/dist/cjs/cypress-utils/constants/selectors/common.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/selectors/editor.js +0 -30
- package/dist/cjs/cypress-utils/constants/selectors/editor.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/selectors/ipRestriction.js +0 -20
- package/dist/cjs/cypress-utils/constants/selectors/ipRestriction.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/selectors/login.js +0 -22
- package/dist/cjs/cypress-utils/constants/selectors/login.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/selectors/member.js +0 -67
- package/dist/cjs/cypress-utils/constants/selectors/member.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/selectors/navigation.js +0 -29
- package/dist/cjs/cypress-utils/constants/selectors/navigation.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/selectors/roles.js +0 -22
- package/dist/cjs/cypress-utils/constants/selectors/roles.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/selectors/signUp.js +0 -24
- package/dist/cjs/cypress-utils/constants/selectors/signUp.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/selectors/tags.js +0 -32
- package/dist/cjs/cypress-utils/constants/selectors/tags.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/texts/common.js +0 -37
- package/dist/cjs/cypress-utils/constants/texts/common.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/texts/member.js +0 -65
- package/dist/cjs/cypress-utils/constants/texts/member.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/texts/navigation.js +0 -21
- package/dist/cjs/cypress-utils/constants/texts/navigation.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/texts/roles.js +0 -22
- package/dist/cjs/cypress-utils/constants/texts/roles.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/texts/signUp.js +0 -11
- package/dist/cjs/cypress-utils/constants/texts/signUp.js.map +0 -1
- package/dist/cjs/cypress-utils/constants/texts/tags.js +0 -25
- package/dist/cjs/cypress-utils/constants/texts/tags.js.map +0 -1
- package/dist/cjs/cypress-utils/fixtures/fake.js +0 -175
- package/dist/cjs/cypress-utils/fixtures/fake.js.map +0 -1
- package/dist/cjs/cypress-utils/index.js +0 -72
- package/dist/cjs/cypress-utils/index.js.map +0 -1
- package/dist/cjs/cypress-utils/jsconfig.js +0 -33
- package/dist/cjs/cypress-utils/jsconfig.js.map +0 -1
- package/dist/cjs/cypress-utils/utils/authentication.js +0 -50
- package/dist/cjs/cypress-utils/utils/authentication.js.map +0 -1
- package/dist/cjs/cypress-utils/utils/common.js +0 -90
- package/dist/cjs/cypress-utils/utils/common.js.map +0 -1
- package/dist/cjs/cypress-utils/utils/date.js +0 -25
- package/dist/cjs/cypress-utils/utils/date.js.map +0 -1
- package/dist/cjs/cypress-utils/utils/email.js +0 -163
- package/dist/cjs/cypress-utils/utils/email.js.map +0 -1
- package/dist/cjs/cypress-utils/utils/member.js +0 -353
- package/dist/cjs/cypress-utils/utils/member.js.map +0 -1
- package/dist/cjs/cypress-utils/utils/navigation.js +0 -214
- package/dist/cjs/cypress-utils/utils/navigation.js.map +0 -1
- package/dist/cjs/cypress-utils/utils/organization.js +0 -110
- package/dist/cjs/cypress-utils/utils/organization.js.map +0 -1
- package/dist/cjs/cypress-utils/utils/validation.js +0 -19
- package/dist/cjs/cypress-utils/utils/validation.js.map +0 -1
- package/dist/cjs/index-CUYe6FO0.js.map +0 -1
- package/dist/cypress-utils/.eslintrc.js +0 -38
- package/dist/cypress-utils/.eslintrc.js.map +0 -1
- package/dist/cypress-utils/commands.js +0 -286
- package/dist/cypress-utils/commands.js.map +0 -1
- package/dist/cypress-utils/constants/index.js +0 -9
- package/dist/cypress-utils/constants/index.js.map +0 -1
- package/dist/cypress-utils/constants/routes.js +0 -38
- package/dist/cypress-utils/constants/routes.js.map +0 -1
- package/dist/cypress-utils/constants/selectors/common.js +0 -100
- package/dist/cypress-utils/constants/selectors/common.js.map +0 -1
- package/dist/cypress-utils/constants/selectors/editor.js +0 -28
- package/dist/cypress-utils/constants/selectors/editor.js.map +0 -1
- package/dist/cypress-utils/constants/selectors/ipRestriction.js +0 -18
- package/dist/cypress-utils/constants/selectors/ipRestriction.js.map +0 -1
- package/dist/cypress-utils/constants/selectors/login.js +0 -20
- package/dist/cypress-utils/constants/selectors/login.js.map +0 -1
- package/dist/cypress-utils/constants/selectors/member.js +0 -63
- package/dist/cypress-utils/constants/selectors/member.js.map +0 -1
- package/dist/cypress-utils/constants/selectors/navigation.js +0 -26
- package/dist/cypress-utils/constants/selectors/navigation.js.map +0 -1
- package/dist/cypress-utils/constants/selectors/roles.js +0 -20
- package/dist/cypress-utils/constants/selectors/roles.js.map +0 -1
- package/dist/cypress-utils/constants/selectors/signUp.js +0 -22
- package/dist/cypress-utils/constants/selectors/signUp.js.map +0 -1
- package/dist/cypress-utils/constants/selectors/tags.js +0 -29
- package/dist/cypress-utils/constants/selectors/tags.js.map +0 -1
- package/dist/cypress-utils/constants/texts/common.js +0 -35
- package/dist/cypress-utils/constants/texts/common.js.map +0 -1
- package/dist/cypress-utils/constants/texts/member.js +0 -61
- package/dist/cypress-utils/constants/texts/member.js.map +0 -1
- package/dist/cypress-utils/constants/texts/navigation.js +0 -18
- package/dist/cypress-utils/constants/texts/navigation.js.map +0 -1
- package/dist/cypress-utils/constants/texts/roles.js +0 -20
- package/dist/cypress-utils/constants/texts/roles.js.map +0 -1
- package/dist/cypress-utils/constants/texts/signUp.js +0 -9
- package/dist/cypress-utils/constants/texts/signUp.js.map +0 -1
- package/dist/cypress-utils/constants/texts/tags.js +0 -23
- package/dist/cypress-utils/constants/texts/tags.js.map +0 -1
- package/dist/cypress-utils/fixtures/fake.js +0 -173
- package/dist/cypress-utils/fixtures/fake.js.map +0 -1
- package/dist/cypress-utils/index.js +0 -28
- package/dist/cypress-utils/index.js.map +0 -1
- package/dist/cypress-utils/jsconfig.js +0 -26
- package/dist/cypress-utils/jsconfig.js.map +0 -1
- package/dist/cypress-utils/utils/authentication.js +0 -48
- package/dist/cypress-utils/utils/authentication.js.map +0 -1
- package/dist/cypress-utils/utils/common.js +0 -78
- package/dist/cypress-utils/utils/common.js.map +0 -1
- package/dist/cypress-utils/utils/date.js +0 -23
- package/dist/cypress-utils/utils/date.js.map +0 -1
- package/dist/cypress-utils/utils/email.js +0 -160
- package/dist/cypress-utils/utils/email.js.map +0 -1
- package/dist/cypress-utils/utils/member.js +0 -351
- package/dist/cypress-utils/utils/member.js.map +0 -1
- package/dist/cypress-utils/utils/navigation.js +0 -212
- package/dist/cypress-utils/utils/navigation.js.map +0 -1
- package/dist/cypress-utils/utils/organization.js +0 -108
- package/dist/cypress-utils/utils/organization.js.map +0 -1
- package/dist/cypress-utils/utils/validation.js +0 -17
- package/dist/cypress-utils/utils/validation.js.map +0 -1
- package/dist/index-COfUw8MU.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commands.js","sources":["../../../src/cypress-utils/commands.js"],"sourcesContent":["import { requestApis } from \"./constants/routes\";\nimport { commonSelectors } from \"./constants/selectors/common\";\nimport { commonTexts } from \"./constants/texts/common\";\nimport { isStagingEnv } from \"./utils/common\";\n\nexport const initCustomCommands = () => {\n Cypress.Commands.add(\"clearAndType\", (selector, text) => {\n cy.get(selector).clear().type(text);\n });\n\n Cypress.Commands.add(\"clearAndTypeFast\", (selector, text) => {\n cy.get(selector).clear().type(text, { delay: 0 });\n });\n\n Cypress.Commands.add(\"clearByClickAndTypeFast\", (selector, text) => {\n cy.get(selector).click().clear().type(text, { delay: 0 });\n });\n\n Cypress.Commands.add(\"typeFast\", (selector, text) => {\n cy.get(selector).type(text, { delay: 0 });\n });\n\n Cypress.Commands.add(\"typeAndEnter\", (selector, text) => {\n cy.get(selector).clear().type(`${text}{enter}`);\n });\n\n Cypress.Commands.add(\"verifyToastMessage\", message => {\n cy.get(commonSelectors.toastMessage)\n .should(\"be.visible\")\n .should(\"have.text\", message);\n\n // close toast message\n cy.get(commonSelectors.toastCloseButton).click();\n cy.get(commonSelectors.toastMessage).should(\"not.exist\");\n });\n\n Cypress.Commands.add(\"verifyToastIcon\", (closeToastr = true) => {\n cy.document()\n .its(\"body\")\n .find(commonSelectors.toastIcon)\n .should(\"have.text\", \"👍\");\n\n closeToastr &&\n cy.document().its(\"body\").find(commonSelectors.toastCloseButton).click();\n\n cy.document()\n .its(\"body\")\n .find(commonSelectors.toastIcon)\n .should(\"not.exist\");\n });\n\n Cypress.Commands.add(\"continueOnAlert\", args => {\n const props = typeof args === \"object\" ? args : { alias: args };\n const {\n alias,\n title,\n requestCount = 1,\n verifyToastIcon,\n toastMessage,\n } = props;\n const hasMoreThanOneRequest = requestCount > 1;\n\n title && cy.get(commonSelectors.alertTitle).should(\"have.text\", title);\n cy.interceptApi(alias, requestCount);\n cy.get(commonSelectors.alertModalSubmitButton).click();\n cy.wait(`@${alias}`);\n verifyToastIcon && cy.verifyToastIcon();\n toastMessage && cy.verifyToastMessage(toastMessage);\n hasMoreThanOneRequest &&\n cy.waitForMultipleRequest(`@${alias}`, requestCount - 1);\n });\n\n Cypress.Commands.add(\n \"interceptApi\",\n (alias, times = 1) =>\n times > 0 &&\n cy\n .intercept({ url: requestApis.allPath, resourceType: \"xhr\", times })\n .as(alias)\n );\n\n Cypress.Commands.add(\"waitForMultipleRequest\", (alias, times = 1) =>\n cy.wrap([...new Array(times)]).each(() => cy.wait(alias))\n );\n\n Cypress.Commands.add(\"apiRequest\", options =>\n cy.get(\"@requestHeaders\").then(requestHeaders =>\n requestHeaders\n ? cy.request({\n ...options,\n headers: { ...requestHeaders, \"accept-encoding\": \"gzip\" },\n })\n : cy.log(\"No request headers found\")\n )\n );\n\n Cypress.Commands.add(\"reloadAndWait\", (requestCount = 0) => {\n if (!(requestCount > 0)) return;\n cy.interceptApi(\"reloadAllRequests\", requestCount);\n cy.reload();\n cy.waitForMultipleRequest(\"@reloadAllRequests\", requestCount);\n });\n\n Cypress.Commands.add(\"selectOption\", (containerSelector, optionText) => {\n cy.get(containerSelector).click().type(optionText);\n cy.get(commonSelectors.selectOption(optionText)).invoke(\"click\");\n });\n\n Cypress.Commands.add(\n \"clickDropdownOption\",\n (optionText, dropdownSelector = commonSelectors.dropdownIcon) => {\n cy.get(dropdownSelector).click();\n cy.get(commonSelectors.dropdownContainer)\n .contains(optionText)\n .invoke(\"click\");\n }\n );\n\n Cypress.Commands.add(\"getText\", selector => cy.get(selector).invoke(\"text\"));\n\n Cypress.Commands.add(\"getValue\", selector => cy.get(selector).invoke(\"val\"));\n\n // Deprecated. Use withinIframe.\n Cypress.Commands.add(\"getIframe\", iframeSelector =>\n cy.get(iframeSelector).its(\"0.contentDocument.body\").should(\"not.be.empty\")\n );\n\n Cypress.Commands.add(\"withinIframe\", (selector, callback) => {\n cy.get(selector, { timeout: 10000 })\n .its(\"0.contentDocument.body\")\n .should(\"be.visible\")\n .and(\"not.be.empty\");\n\n cy.get(selector, { timeout: 10000 })\n .its(\"0.contentDocument.body\")\n .eq(0)\n .within(callback);\n });\n\n Cypress.Commands.add(\"openInSameTabOnClick\", ({ url, alias, selector }) => {\n cy.window().then(win => {\n cy.stub(win, \"open\")\n .as(alias)\n // eslint-disable-next-line xss/no-location-href-assign\n .callsFake(newUrl => (win.location.href = newUrl));\n });\n cy.get(selector).click();\n cy.get(`@${alias}`).should(\"be.called\");\n cy.url().should(\"include\", url);\n });\n\n Cypress.Commands.add(\"globalState\", key => cy.task(\"getGlobalState\", key));\n\n Cypress.Commands.add(\"ifExist\", (selector, callback) => {\n cy.get(commonSelectors.body).then($body => {\n if ($body.find(selector).length) callback();\n });\n });\n\n Cypress.Commands.add(\"ifNotExist\", (selector, callback) => {\n cy.get(commonSelectors.body).then($body => {\n if (!$body.find(selector).length) callback();\n });\n });\n\n Cypress.Commands.add(\n \"dragAndDrop\",\n ({ subject, target, dragIndex = 0, dropIndex = 0 }) => {\n cy.get(subject).should(\"be.visible\", { timeout: 20000 });\n Cypress.log({\n name: \"DRAGNDROP\",\n message: `Dragging element ${subject} to ${target}`,\n consoleProps: () => ({ subject, target }),\n });\n\n cy.get(target)\n .eq(dropIndex)\n .then($target => {\n const coordsDrop = $target[0].getBoundingClientRect();\n cy.get(subject)\n .eq(dragIndex)\n .then(subject => {\n const coordsDrag = subject[0].getBoundingClientRect();\n cy.wrap(subject)\n .trigger(\"mousedown\", {\n button: 0, // BUTTON_INDEX\n clientX: coordsDrag.x,\n clientY: coordsDrag.y,\n force: true,\n })\n .trigger(\"mousemove\", {\n button: 0, // BUTTON_INDEX\n clientX: coordsDrag.x + 10, // SLOPPY_CLICK_THRESHOLD\n clientY: coordsDrag.y,\n force: true,\n });\n\n cy.get(\"body\")\n .trigger(\"mousemove\", {\n button: 0, // BUTTON_INDEX\n clientX: coordsDrop.x,\n clientY: coordsDrop.y,\n force: true,\n })\n .trigger(\"mouseup\");\n });\n });\n }\n );\n\n Cypress.Commands.add(\"verifyPlaceholder\", (textInputSelector, value) => {\n cy.get(textInputSelector)\n .should(\"have.attr\", \"placeholder\")\n .and(\"eq\", value);\n });\n\n Cypress.Commands.add(\"enableOrDisableSwitch\", (switchButton, value) => {\n cy.get(switchButton).invoke(\"click\");\n cy.get(switchButton).should(\"have.prop\", \"value\").and(\"eq\", value);\n });\n\n Cypress.Commands.add(\n \"interceptNonVersionedApi\",\n ({ url = \"*\", alias, times = 1 }) => {\n cy.intercept({ url, times }).as(alias);\n }\n );\n\n Cypress.Commands.add(\n \"typeOnSearchField\",\n ({ selector, value, skipSearchRequest = true, delay }) => {\n cy.get(selector)\n .invoke(\"val\")\n .then(currentValue => {\n if (currentValue !== value) {\n !skipSearchRequest && cy.interceptApi(\"searchRequest\");\n cy.clearAndTypeFast(selector, value);\n !skipSearchRequest && cy.wait(\"@searchRequest\");\n } else delay && cy.wait(delay);\n });\n }\n );\n\n Cypress.Commands.add(\"clickByRemoveTargetAttr\", selector => {\n cy.get(selector).invoke(\"removeAttr\", \"target\").click();\n });\n\n Cypress.Commands.add(\n \"navigateToPreviewPage\",\n (selector, fetchRequestCount = 1) => {\n cy.interceptApi(\"fetchRequests\", fetchRequestCount);\n cy.clickByRemoveTargetAttr(selector);\n fetchRequestCount === 1\n ? cy.wait(\"@fetchRequests\")\n : cy.waitForMultipleRequest(\"@fetchRequests\", fetchRequestCount);\n }\n );\n\n Cypress.Commands.add(\"saveChanges\", (aliasName, requestCount = 1) => {\n cy.interceptApi(aliasName, requestCount);\n cy.get(commonSelectors.saveChangesButton).click();\n cy.wait(`@${aliasName}`);\n cy.verifyToastIcon();\n requestCount > 1 &&\n cy.waitForMultipleRequest(`@${aliasName}`, requestCount - 1);\n });\n\n Cypress.Commands.add(\"verifyAttribute\", ({ selector, attr, value }) => {\n cy.get(selector).should(\"have.attr\", attr).and(\"include\", value);\n });\n\n Cypress.Commands.add(\"verifyUnsavedAlertModal\", cancelButton => {\n cy.get(cancelButton).click();\n cy.get(commonSelectors.alertTitle).should(\n \"have.text\",\n commonTexts.unsavedChangesAlertTitle\n );\n\n cy.get(commonSelectors.alertMessage).should(\n \"have.text\",\n commonTexts.unsavedChangesAlertMessage\n );\n });\n\n Cypress.Commands.add(\"verifyTooltip\", (selector, text) => {\n cy.get(selector).realHover();\n cy.document()\n .its(\"body\")\n .find(commonSelectors.tooltip)\n .should(\"have.text\", text);\n cy.document().find(\"body\").click(\"topRight\", { force: true });\n cy.document().its(\"body\").find(commonSelectors.tooltip).should(\"not.exist\");\n });\n\n Cypress.Commands.add(\"getEmailContent\", (props, options) =>\n cy.mailosaurGetMessage(Cypress.env(\"MAILOSAUR_SERVER_ID\"), props, options)\n );\n\n Cypress.Commands.add(\"rewriteHeaders\", () => {\n if (!isStagingEnv) return;\n\n cy.intercept(\"*\", req =>\n req.on(\"response\", res => {\n const setCookies = res.headers[\"set-cookie\"];\n res.headers[\"set-cookie\"] = (\n Array.isArray(setCookies) ? setCookies : [setCookies]\n )\n .filter(Boolean)\n .map(headerContent => headerContent.concat(\"secure; samesite=none\"));\n })\n );\n });\n};\n"],"names":["initCustomCommands","Cypress","Commands","add","selector","text","cy","get","clear","type","delay","click","concat","message","commonSelectors","toastMessage","should","toastCloseButton","closeToastr","arguments","length","undefined","document","its","find","toastIcon","args","props","_typeof","alias","title","_props$requestCount","requestCount","verifyToastIcon","hasMoreThanOneRequest","alertTitle","interceptApi","alertModalSubmitButton","wait","verifyToastMessage","waitForMultipleRequest","times","intercept","url","requestApis","allPath","resourceType","as","wrap","_toConsumableArray","Array","each","options","then","requestHeaders","request","_objectSpread","headers","log","reload","containerSelector","optionText","selectOption","invoke","dropdownSelector","dropdownIcon","dropdownContainer","contains","iframeSelector","callback","timeout","and","eq","within","_ref","window","win","stub","callsFake","newUrl","location","href","key","task","body","$body","_ref2","subject","target","_ref2$dragIndex","dragIndex","_ref2$dropIndex","dropIndex","name","consoleProps","$target","coordsDrop","getBoundingClientRect","coordsDrag","trigger","button","clientX","x","clientY","y","force","textInputSelector","value","switchButton","_ref3","_ref3$url","_ref3$times","_ref4","_ref4$skipSearchReque","skipSearchRequest","currentValue","clearAndTypeFast","fetchRequestCount","clickByRemoveTargetAttr","aliasName","saveChangesButton","_ref5","attr","cancelButton","commonTexts","unsavedChangesAlertTitle","alertMessage","unsavedChangesAlertMessage","realHover","tooltip","mailosaurGetMessage","env","isStagingEnv","req","on","res","setCookies","isArray","filter","Boolean","map","headerContent"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/cypress-utils/constants/index.js"],"sourcesContent":["export const environment = {\n development: \"development\",\n staging: \"staging\",\n review: \"review\",\n production: \"production\",\n};\n"],"names":["environment","development","staging","review","production"],"mappings":";;AAAO,IAAMA,WAAW,GAAG;AACzBC,EAAAA,WAAW,EAAE,aAAa;AAC1BC,EAAAA,OAAO,EAAE,SAAS;AAClBC,EAAAA,MAAM,EAAE,QAAQ;AAChBC,EAAAA,UAAU,EAAE;AACd;;;;"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var cypressUtils_utils_common = require('../utils/common.js');
|
|
4
|
-
require('../../defineProperty-lChFfVqi.js');
|
|
5
|
-
require('../../typeof-D4ZZ_FlZ.js');
|
|
6
|
-
require('./index.js');
|
|
7
|
-
|
|
8
|
-
var allPath = function allPath() {
|
|
9
|
-
return "".concat(Cypress.config("baseUrl"), "/**");
|
|
10
|
-
};
|
|
11
|
-
var tld = cypressUtils_utils_common.env.isProduction ? "com" : "net";
|
|
12
|
-
var requestApis = {
|
|
13
|
-
countries: cypressUtils_utils_common.getUrl("countries"),
|
|
14
|
-
signUp: cypressUtils_utils_common.getUrl("signups/**"),
|
|
15
|
-
subdomainAvailability: cypressUtils_utils_common.getUrl("subdomain_availability/**"),
|
|
16
|
-
teamMembers: {
|
|
17
|
-
all: "/team_members*/**",
|
|
18
|
-
bulkUpdate: "/team_members/teams/bulk_update",
|
|
19
|
-
index: "/team_members/teams",
|
|
20
|
-
show: function show(id) {
|
|
21
|
-
return "/team_members/teams/".concat(id);
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
allChatPath: "https://*.neetochat.".concat(tld).concat(cypressUtils_utils_common.getUrl("**")),
|
|
25
|
-
myProfilePath: function myProfilePath(subdomain) {
|
|
26
|
-
return "https://".concat(subdomain, ".neetoauth.").concat(tld, "/my/profile");
|
|
27
|
-
},
|
|
28
|
-
settingsPath: function settingsPath(subdomain) {
|
|
29
|
-
return "https://".concat(subdomain, ".neetoauth.").concat(tld, "/settings");
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
var urlPaths = {
|
|
33
|
-
members: "/members"
|
|
34
|
-
};
|
|
35
|
-
Object.defineProperty(requestApis, "allPath", {
|
|
36
|
-
get: allPath
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
exports.requestApis = requestApis;
|
|
40
|
-
exports.urlPaths = urlPaths;
|
|
41
|
-
//# sourceMappingURL=routes.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAAA,CAAK;AACvD,IAAMC,GAAG,GAAGC,6BAAG,CAACC,YAAY,GAAG,KAAK,GAAG,KAAK;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;AAAA;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;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;AAAA;AAClE;AAEA,IAAMkB,QAAQ,GAAG;AAAEC,EAAAA,OAAO,EAAE;AAAW;AAEvCC,MAAM,CAACC,cAAc,CAAClB,WAAW,EAAE,SAAS,EAAE;AAAEmB,EAAAA,GAAG,EAAE1B;AAAQ,CAAC,CAAC;;;;;"}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-lChFfVqi.js');
|
|
5
|
-
require('../../../typeof-D4ZZ_FlZ.js');
|
|
6
|
-
require('../index.js');
|
|
7
|
-
|
|
8
|
-
var commonSelectors = {
|
|
9
|
-
alertTitle: cypressUtils_utils_common.dataCy("alert-title"),
|
|
10
|
-
alertModalMessage: cypressUtils_utils_common.dataCy("alert-message"),
|
|
11
|
-
alertModalSubmitButton: cypressUtils_utils_common.dataCy("alert-submit-button"),
|
|
12
|
-
checkbox: cypressUtils_utils_common.dataCy("nui-checkbox-input"),
|
|
13
|
-
checkboxLabel: cypressUtils_utils_common.dataCy("nui-checkbox-label"),
|
|
14
|
-
dropdownContainer: cypressUtils_utils_common.dataCy("nui-dropdown-container"),
|
|
15
|
-
dropdownIcon: cypressUtils_utils_common.dataCy("nui-dropdown-icon"),
|
|
16
|
-
heading: cypressUtils_utils_common.dataCy("main-header"),
|
|
17
|
-
paneBody: cypressUtils_utils_common.dataCy("pane-body"),
|
|
18
|
-
paneHeader: cypressUtils_utils_common.dataCy("pane-header"),
|
|
19
|
-
profileSidebar: cypressUtils_utils_common.dataCy("profile-section"),
|
|
20
|
-
selectOption: function selectOption(label) {
|
|
21
|
-
return cypressUtils_utils_common.dataCy("".concat(cypressUtils_utils_common.hyphenize(label), "-select-option"));
|
|
22
|
-
},
|
|
23
|
-
toastMessage: cypressUtils_utils_common.dataCy("toastr-message-container"),
|
|
24
|
-
toastCloseButton: cypressUtils_utils_common.dataCy("toastr-close-button"),
|
|
25
|
-
windowAlert: "#alert-box",
|
|
26
|
-
body: "body",
|
|
27
|
-
toastIcon: ".Toastify__toast-icon",
|
|
28
|
-
paneModalCrossIcon: cypressUtils_utils_common.dataCy("pane-close-button"),
|
|
29
|
-
inputField: cypressUtils_utils_common.dataCy("nui-input-field"),
|
|
30
|
-
alertConfirmationText: cypressUtils_utils_common.dataCy("alert-confirmation-text"),
|
|
31
|
-
alertCancelButton: cypressUtils_utils_common.dataCy("alert-cancel-button"),
|
|
32
|
-
alertModalCrossIcon: cypressUtils_utils_common.dataCy("modal-close-button"),
|
|
33
|
-
saveChangesButton: cypressUtils_utils_common.dataCy("save-changes-button"),
|
|
34
|
-
cancelButton: cypressUtils_utils_common.dataCy("cancel-button"),
|
|
35
|
-
inputFieldError: cypressUtils_utils_common.dataCy("nui-input-error"),
|
|
36
|
-
selectDropDownError: cypressUtils_utils_common.dataCy("nui-select-error"),
|
|
37
|
-
subTitleHeading: function subTitleHeading(index) {
|
|
38
|
-
return cypressUtils_utils_common.dataCy("menubar-subtitle-heading", ":eq(".concat(index, ")"));
|
|
39
|
-
},
|
|
40
|
-
noDataTitle: cypressUtils_utils_common.dataCy("no-data-title"),
|
|
41
|
-
noDataDescription: cypressUtils_utils_common.dataCy("no-data-description"),
|
|
42
|
-
backdrop: cypressUtils_utils_common.dataCy("neeto-backdrop"),
|
|
43
|
-
menuBarHeading: cypressUtils_utils_common.dataCy("menubar-heading"),
|
|
44
|
-
nthTabItem: function nthTabItem(index) {
|
|
45
|
-
return cypressUtils_utils_common.dataCy("tab-item", ":eq(".concat(index, ")"));
|
|
46
|
-
},
|
|
47
|
-
dropdownWrapper: function dropdownWrapper(index) {
|
|
48
|
-
return cypressUtils_utils_common.dataCy("nui-select-container-wrapper", ":eq(".concat(index, ")"));
|
|
49
|
-
},
|
|
50
|
-
toggleButton: cypressUtils_utils_common.dataCy("menubar-toggle-button"),
|
|
51
|
-
tooltip: cypressUtils_utils_common.dataCy("tooltip-box"),
|
|
52
|
-
articlePageTitle: ".serene-article__title",
|
|
53
|
-
tabItem: cypressUtils_utils_common.dataCy("tab-item"),
|
|
54
|
-
labelInputError: cypressUtils_utils_common.dataCy("label-input-error"),
|
|
55
|
-
urlInputError: cypressUtils_utils_common.dataCy("url-input-error"),
|
|
56
|
-
noDataPrimaryButton: cypressUtils_utils_common.dataCy("no-data-primary-button"),
|
|
57
|
-
modalHeader: cypressUtils_utils_common.dataCy("modal-header"),
|
|
58
|
-
nameInputError: cypressUtils_utils_common.dataCy("name-input-error"),
|
|
59
|
-
selectContainer: cypressUtils_utils_common.dataCy("nui-select-container"),
|
|
60
|
-
dropdownMenu: cypressUtils_utils_common.dataCy("nui-select-menu"),
|
|
61
|
-
nthDropdownIcon: function nthDropdownIcon(index) {
|
|
62
|
-
return cypressUtils_utils_common.dataCy("nui-dropdown-icon", ":eq(".concat(index, ")"));
|
|
63
|
-
},
|
|
64
|
-
sidebarToggle: cypressUtils_utils_common.dataCy("neeto-molecules-sidebar-toggler"),
|
|
65
|
-
customDataCy: function customDataCy(name) {
|
|
66
|
-
return cypressUtils_utils_common.dataCy(name);
|
|
67
|
-
},
|
|
68
|
-
leftSubHeader: cypressUtils_utils_common.dataCy("subheader-left"),
|
|
69
|
-
subheader: cypressUtils_utils_common.dataCy("subheader"),
|
|
70
|
-
settingsLink: cypressUtils_utils_common.dataCy("Settings"),
|
|
71
|
-
nthInputField: function nthInputField(index) {
|
|
72
|
-
return cypressUtils_utils_common.dataCy("nui-input-field", ":eq(".concat(index, ")"));
|
|
73
|
-
},
|
|
74
|
-
ticketFieldTextInput: function ticketFieldTextInput(label) {
|
|
75
|
-
return cypressUtils_utils_common.dataCy("".concat(cypressUtils_utils_common.hyphenize(label), "-text-input"));
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
var tableSelectors = {
|
|
79
|
-
nthColumn: function nthColumn(n) {
|
|
80
|
-
return "td:nth-child(".concat(n, ")");
|
|
81
|
-
},
|
|
82
|
-
tableBody: ".ant-table-body",
|
|
83
|
-
tableHeader: ".ant-table-thead th",
|
|
84
|
-
tableRow: ".ant-table-tbody tr",
|
|
85
|
-
spinner: ".ant-spin",
|
|
86
|
-
nthHeading: function nthHeading(n) {
|
|
87
|
-
return "tr > th:nth-child(".concat(n, ")");
|
|
88
|
-
}
|
|
89
|
-
};
|
|
90
|
-
var profileSelectors = {
|
|
91
|
-
tab: cypressUtils_utils_common.dataCy("profile-section"),
|
|
92
|
-
logoutLink: cypressUtils_utils_common.dataCy("profile-logout-button"),
|
|
93
|
-
myProfileButton: cypressUtils_utils_common.dataCy("my-profile-button"),
|
|
94
|
-
organizationSettingsButton: cypressUtils_utils_common.dataCy("profile-organization-settings-button"),
|
|
95
|
-
loader: cypressUtils_utils_common.dataTestId("spinner"),
|
|
96
|
-
appSwitcherBody: cypressUtils_utils_common.dataCy("app-switcher-body-wrapper"),
|
|
97
|
-
sidebarInfo: cypressUtils_utils_common.dataCy("sidebar-info"),
|
|
98
|
-
appSwitcherBackButton: cypressUtils_utils_common.dataCy("app-switcher-back-button")
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
exports.commonSelectors = commonSelectors;
|
|
102
|
-
exports.profileSelectors = profileSelectors;
|
|
103
|
-
exports.tableSelectors = tableSelectors;
|
|
104
|
-
//# sourceMappingURL=common.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-lChFfVqi.js');
|
|
5
|
-
require('../../../typeof-D4ZZ_FlZ.js');
|
|
6
|
-
require('../index.js');
|
|
7
|
-
|
|
8
|
-
var neetoEditorSelectors = {
|
|
9
|
-
boldOption: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-bold-option"),
|
|
10
|
-
italicOption: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-italic-option"),
|
|
11
|
-
underlineOption: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-underline-option"),
|
|
12
|
-
strikeOption: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-strike-option"),
|
|
13
|
-
codeBlockOption: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-code-option"),
|
|
14
|
-
highlightOption: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-highlight-option"),
|
|
15
|
-
linkInput: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-link-option-input"),
|
|
16
|
-
linkSubmitButton: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-link-option-link-button"),
|
|
17
|
-
commandList: function commandList(index) {
|
|
18
|
-
return cypressUtils_utils_common.dataCy("neeto-editor-command-list-item-".concat(index));
|
|
19
|
-
},
|
|
20
|
-
imageUploadUrlSubmitButton: cypressUtils_utils_common.dataCy("neeto-editor-media-upload-url-submit"),
|
|
21
|
-
imageUploadUrlInputTextField: cypressUtils_utils_common.dataCy("neeto-editor-media-upload-url-input"),
|
|
22
|
-
uploadInput: cypressUtils_utils_common.dataCy("neeto-editor-media-uploader-input"),
|
|
23
|
-
editorMenuBarWrapper: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-wrapper"),
|
|
24
|
-
undoOption: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-undo-option"),
|
|
25
|
-
redoOption: cypressUtils_utils_common.dataCy("neeto-editor-fixed-menu-redo-option"),
|
|
26
|
-
imageWrapper: cypressUtils_utils_common.dataCy("neeto-editor-image-wrapper")
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
exports.neetoEditorSelectors = neetoEditorSelectors;
|
|
30
|
-
//# sourceMappingURL=editor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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;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;AACnD;;;;"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-lChFfVqi.js');
|
|
5
|
-
require('../../../typeof-D4ZZ_FlZ.js');
|
|
6
|
-
require('../index.js');
|
|
7
|
-
|
|
8
|
-
var ipRestrictionSelectors = {
|
|
9
|
-
addButton: cypressUtils_utils_common.dataCy("add-allowed-ip-range-button"),
|
|
10
|
-
ipStartTextField: function ipStartTextField(index) {
|
|
11
|
-
return cypressUtils_utils_common.dataCy("ip-start-text-field", ":eq(".concat(index, ")"));
|
|
12
|
-
},
|
|
13
|
-
ipEndTextField: cypressUtils_utils_common.dataCy("ip-end-text-field"),
|
|
14
|
-
cancelButton: cypressUtils_utils_common.dataCy("ip-cancel-button"),
|
|
15
|
-
ipRangeRow: cypressUtils_utils_common.dataCy("ip-range-row"),
|
|
16
|
-
enableIpRestrictionCheckbox: cypressUtils_utils_common.dataCy("enable-ip-restriction-checkbox")
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
exports.ipRestrictionSelectors = ipRestrictionSelectors;
|
|
20
|
-
//# sourceMappingURL=ipRestriction.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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;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;AACtE;;;;"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-lChFfVqi.js');
|
|
5
|
-
require('../../../typeof-D4ZZ_FlZ.js');
|
|
6
|
-
require('../index.js');
|
|
7
|
-
|
|
8
|
-
var loginSelectors = {
|
|
9
|
-
appleAuthenticationButton: cypressUtils_utils_common.dataCy("apple-authentication-button"),
|
|
10
|
-
emailTextField: cypressUtils_utils_common.dataCy("login-email-text-field"),
|
|
11
|
-
googleAuthenticationButton: cypressUtils_utils_common.dataCy("google-authentication-button"),
|
|
12
|
-
githubAuthenticationButton: cypressUtils_utils_common.dataCy("github-authentication-button"),
|
|
13
|
-
loginViaEmailButton: cypressUtils_utils_common.dataCy("login-via-email-button"),
|
|
14
|
-
otpField: cypressUtils_utils_common.dataCy("otpinput-otp-number"),
|
|
15
|
-
passwordTextField: cypressUtils_utils_common.dataCy("login-password-text-field"),
|
|
16
|
-
rememberMeCheckBox: cypressUtils_utils_common.dataCy("login-remember-me-check-box"),
|
|
17
|
-
submitButton: cypressUtils_utils_common.dataCy("login-submit-button"),
|
|
18
|
-
twitterAuthenticationButton: cypressUtils_utils_common.dataCy("twitter-authentication-button")
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
exports.loginSelectors = loginSelectors;
|
|
22
|
-
//# sourceMappingURL=login.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AACrE;;;;"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-lChFfVqi.js');
|
|
5
|
-
require('../../../typeof-D4ZZ_FlZ.js');
|
|
6
|
-
require('../index.js');
|
|
7
|
-
|
|
8
|
-
var memberSelectors = {
|
|
9
|
-
membersTab: cypressUtils_utils_common.dataCy("members-nav-tab"),
|
|
10
|
-
newButton: cypressUtils_utils_common.dataCy("ntm-add-member-button"),
|
|
11
|
-
continueButton: cypressUtils_utils_common.dataCy("ntm-manage-member-continue-button"),
|
|
12
|
-
submitButton: cypressUtils_utils_common.dataCy("ntm-manage-member-submit-button"),
|
|
13
|
-
searchTextField: cypressUtils_utils_common.dataCy("ntm-search-members-input"),
|
|
14
|
-
deactivatedAgentsButton: cypressUtils_utils_common.dataCy("ntm-members-menubar-deactivated-block"),
|
|
15
|
-
activatedMembersButton: cypressUtils_utils_common.dataCy("ntm-members-menubar-active-block"),
|
|
16
|
-
columnCheckBox: cypressUtils_utils_common.dataCy("neeto-ui-columns-checkbox"),
|
|
17
|
-
roleLabel: function roleLabel(role) {
|
|
18
|
-
return cypressUtils_utils_common.dataCy("".concat(cypressUtils_utils_common.joinHyphenCase(role), "-radio-label"));
|
|
19
|
-
},
|
|
20
|
-
dropDownIcon: cypressUtils_utils_common.dataCy("ntm-members-table-row-dropdown-button"),
|
|
21
|
-
editButton: cypressUtils_utils_common.dataCy("ntm-edit-member-button"),
|
|
22
|
-
menuBarHeading: cypressUtils_utils_common.dataCy("ntm-members-menubar-heading"),
|
|
23
|
-
activateOrDeactivateMember: cypressUtils_utils_common.dataCy("ntm-deactivate-member-button"),
|
|
24
|
-
columnsButton: cypressUtils_utils_common.dataCy("columns-dropdown-button"),
|
|
25
|
-
columnsDropdownContainer: cypressUtils_utils_common.dataCy("columns-dropdown-container"),
|
|
26
|
-
emailDropdownItemLabel: cypressUtils_utils_common.dataCy("email-checkbox-label"),
|
|
27
|
-
roleDropdownItemLabel: cypressUtils_utils_common.dataCy("role-checkbox-label"),
|
|
28
|
-
inviteStatusDropdownItemLabel: cypressUtils_utils_common.dataCy("invite-status-checkbox-label"),
|
|
29
|
-
heading: cypressUtils_utils_common.dataCy("ntm-manage-members-pane-header"),
|
|
30
|
-
activateButton: cypressUtils_utils_common.dataCy("ntm-activate-members-button"),
|
|
31
|
-
deactivateButton: cypressUtils_utils_common.dataCy("ntm-deactivate-members-button"),
|
|
32
|
-
rolesButton: function rolesButton(index) {
|
|
33
|
-
return cypressUtils_utils_common.dataCy("ntm-manage-member-roles-button", ":eq(".concat(index, ")"));
|
|
34
|
-
},
|
|
35
|
-
statusTag: cypressUtils_utils_common.dataCy("ntm-member-status-tag"),
|
|
36
|
-
checkbox: cypressUtils_utils_common.dataCy("ntm-manage-members-app-list-checkbox")
|
|
37
|
-
};
|
|
38
|
-
var memberFormSelectors = {
|
|
39
|
-
emailTextField: cypressUtils_utils_common.dataCy("email-select-input-field"),
|
|
40
|
-
firstNameTextField: cypressUtils_utils_common.dataCy("ntm-edit-member-first-name-text-field"),
|
|
41
|
-
lastNameTextField: cypressUtils_utils_common.dataCy("ntm-edit-member-last-name-text-field"),
|
|
42
|
-
emailInput: cypressUtils_utils_common.dataCy("ntm-manage-member-email-input"),
|
|
43
|
-
emailErrorField: cypressUtils_utils_common.dataCy("emails-input-error"),
|
|
44
|
-
cancelButton: cypressUtils_utils_common.dataCy("ntm-manage-member-cancel-button")
|
|
45
|
-
};
|
|
46
|
-
var neetoFiltersSelectors = {
|
|
47
|
-
emailSelectContainer: cypressUtils_utils_common.dataCy("email-select-container-wrapper"),
|
|
48
|
-
filterPaneHeading: cypressUtils_utils_common.dataCy("neeto-filters-pane-header"),
|
|
49
|
-
neetoFiltersEmailBlock: cypressUtils_utils_common.dataCy("neeto-filters-email-block"),
|
|
50
|
-
neetoFiltersRoleBlock: cypressUtils_utils_common.dataCy("neeto-filters-role-block"),
|
|
51
|
-
neetoFiltersBarClearButton: cypressUtils_utils_common.dataCy("neeto-filters-bar-clear-btn"),
|
|
52
|
-
neetoFiltersNameFilterField: cypressUtils_utils_common.dataCy("neeto-filters-name-filter"),
|
|
53
|
-
neetoFilterNameBlock: cypressUtils_utils_common.dataCy("neeto-filters-name-block"),
|
|
54
|
-
roleSelectContainer: cypressUtils_utils_common.dataCy("role-select-container-wrapper"),
|
|
55
|
-
filterButton: cypressUtils_utils_common.dataCy("neeto-filters-toggle-btn"),
|
|
56
|
-
filtersClearButton: cypressUtils_utils_common.dataCy("neeto-filters-clear-btn"),
|
|
57
|
-
filterDoneButton: cypressUtils_utils_common.dataCy("neeto-filters-done-btn"),
|
|
58
|
-
filteredMembersCount: cypressUtils_utils_common.dataCy("ntm-filtered-members-count"),
|
|
59
|
-
allMenubarBlock: cypressUtils_utils_common.dataCy("ntm-members-menubar-all-block"),
|
|
60
|
-
filtersEmailFilter: cypressUtils_utils_common.dataCy("neeto-filters-email-filter"),
|
|
61
|
-
paneModalCrossIcon: cypressUtils_utils_common.dataCy("neeto-filters-close-button")
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
exports.memberFormSelectors = memberFormSelectors;
|
|
65
|
-
exports.memberSelectors = memberSelectors;
|
|
66
|
-
exports.neetoFiltersSelectors = neetoFiltersSelectors;
|
|
67
|
-
//# sourceMappingURL=member.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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,29 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-lChFfVqi.js');
|
|
5
|
-
require('../../../typeof-D4ZZ_FlZ.js');
|
|
6
|
-
require('../index.js');
|
|
7
|
-
|
|
8
|
-
var helpIconSelectors = {
|
|
9
|
-
helpButton: cypressUtils_utils_common.dataCy("help-button"),
|
|
10
|
-
documentationButton: cypressUtils_utils_common.dataCy("help-link-help-center-button"),
|
|
11
|
-
keyboardShortcutButton: cypressUtils_utils_common.dataCy("help-link-keyboard-shortcut-button"),
|
|
12
|
-
chatButton: cypressUtils_utils_common.dataCy("help-link-live-chat-button"),
|
|
13
|
-
whatsNewButton: cypressUtils_utils_common.dataCy("help-link-changelog-button"),
|
|
14
|
-
whatsNewWidgetInfo: "h1",
|
|
15
|
-
whatsNewWidgetCloseButton: ".nc-widget-header__btn",
|
|
16
|
-
keyboardShortcutPaneHeading: cypressUtils_utils_common.dataCy("keyboard-shortcuts-pane-title"),
|
|
17
|
-
keyboardShortcutPaneCrossIcon: cypressUtils_utils_common.dataCy("keyboard-shortcuts-pane-close-button")
|
|
18
|
-
};
|
|
19
|
-
var chatWidgetSelectors = {
|
|
20
|
-
chatWidgetHomeCard: cypressUtils_utils_common.dataCy("neeto-chat-widget-cta-title"),
|
|
21
|
-
widgetSubmitButton: cypressUtils_utils_common.dataCy("neeto-chat-widget-pre-chat-submit-btn"),
|
|
22
|
-
chatBubbleMessage: cypressUtils_utils_common.dataCy("neeto-chat-widget-chat-message-bubble"),
|
|
23
|
-
chatCloseButton: ".neeto-chat-widget-icon--close",
|
|
24
|
-
widgetIframe: "#neetochat-iframe"
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
exports.chatWidgetSelectors = chatWidgetSelectors;
|
|
28
|
-
exports.helpIconSelectors = helpIconSelectors;
|
|
29
|
-
//# sourceMappingURL=navigation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAC9E;AAEO,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;AAChB;;;;;"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var common = require('utils/common');
|
|
4
|
-
|
|
5
|
-
var rolesSelectors = {
|
|
6
|
-
newButton: common.dataCy("ntm-add-role-button"),
|
|
7
|
-
proceedButton: common.dataCy("ntm-add-role-submit-button"),
|
|
8
|
-
cancelButton: common.dataCy("ntm-add-role-cancel-button"),
|
|
9
|
-
tableHeaderRoleName: common.dataCy("ntm-roles-table-role-header"),
|
|
10
|
-
nameTextField: common.dataCy("ntm-add-role-name-text-field"),
|
|
11
|
-
searchTextField: common.dataCy("ntm-search-roles-input"),
|
|
12
|
-
updateRolePaneHeading: common.dataCy("ntm-add-role-title"),
|
|
13
|
-
updateRoleCancelButton: common.dataCy("ntm-add-role-cancel-button"),
|
|
14
|
-
descriptionTextField: common.dataCy("ntm-add-role-description-text-field"),
|
|
15
|
-
permissionCategoryTitle: common.dataCy("ntm-roles-permission-category-title"),
|
|
16
|
-
headerColumn: common.dataCy("ntm-roles-table-header"),
|
|
17
|
-
dropDownIcon: common.dataCy("ntm-roles-table-header-role-dropdown-button"),
|
|
18
|
-
tableHeaderRoleTitle: common.dataCy("ntm-roles-table-header-role-title")
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
exports.rolesSelectors = rolesSelectors;
|
|
22
|
-
//# sourceMappingURL=roles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"roles.js","sources":["../../../../../src/cypress-utils/constants/selectors/roles.js"],"sourcesContent":["import { dataCy } from \"utils/common\";\n\nexport const rolesSelectors = {\n newButton: dataCy(\"ntm-add-role-button\"),\n proceedButton: dataCy(\"ntm-add-role-submit-button\"),\n cancelButton: dataCy(\"ntm-add-role-cancel-button\"),\n tableHeaderRoleName: dataCy(\"ntm-roles-table-role-header\"),\n nameTextField: dataCy(\"ntm-add-role-name-text-field\"),\n searchTextField: dataCy(\"ntm-search-roles-input\"),\n updateRolePaneHeading: dataCy(\"ntm-add-role-title\"),\n updateRoleCancelButton: dataCy(\"ntm-add-role-cancel-button\"),\n descriptionTextField: dataCy(\"ntm-add-role-description-text-field\"),\n permissionCategoryTitle: dataCy(\"ntm-roles-permission-category-title\"),\n headerColumn: dataCy(\"ntm-roles-table-header\"),\n dropDownIcon: dataCy(\"ntm-roles-table-header-role-dropdown-button\"),\n tableHeaderRoleTitle: dataCy(\"ntm-roles-table-header-role-title\"),\n};\n"],"names":["rolesSelectors","newButton","dataCy","proceedButton","cancelButton","tableHeaderRoleName","nameTextField","searchTextField","updateRolePaneHeading","updateRoleCancelButton","descriptionTextField","permissionCategoryTitle","headerColumn","dropDownIcon","tableHeaderRoleTitle"],"mappings":";;;;AAEO,IAAMA,cAAc,GAAG;AAC5BC,EAAAA,SAAS,EAAEC,aAAM,CAAC,qBAAqB,CAAC;AACxCC,EAAAA,aAAa,EAAED,aAAM,CAAC,4BAA4B,CAAC;AACnDE,EAAAA,YAAY,EAAEF,aAAM,CAAC,4BAA4B,CAAC;AAClDG,EAAAA,mBAAmB,EAAEH,aAAM,CAAC,6BAA6B,CAAC;AAC1DI,EAAAA,aAAa,EAAEJ,aAAM,CAAC,8BAA8B,CAAC;AACrDK,EAAAA,eAAe,EAAEL,aAAM,CAAC,wBAAwB,CAAC;AACjDM,EAAAA,qBAAqB,EAAEN,aAAM,CAAC,oBAAoB,CAAC;AACnDO,EAAAA,sBAAsB,EAAEP,aAAM,CAAC,4BAA4B,CAAC;AAC5DQ,EAAAA,oBAAoB,EAAER,aAAM,CAAC,qCAAqC,CAAC;AACnES,EAAAA,uBAAuB,EAAET,aAAM,CAAC,qCAAqC,CAAC;AACtEU,EAAAA,YAAY,EAAEV,aAAM,CAAC,wBAAwB,CAAC;AAC9CW,EAAAA,YAAY,EAAEX,aAAM,CAAC,6CAA6C,CAAC;EACnEY,oBAAoB,EAAEZ,aAAM,CAAC,mCAAmC;AAClE;;;;"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-lChFfVqi.js');
|
|
5
|
-
require('../../../typeof-D4ZZ_FlZ.js');
|
|
6
|
-
require('../index.js');
|
|
7
|
-
|
|
8
|
-
var signUpSelectors = {
|
|
9
|
-
emailTextField: cypressUtils_utils_common.dataCy("signup-email-text-field"),
|
|
10
|
-
firstNameTextField: cypressUtils_utils_common.dataCy("signup-profile-first-name-text-field"),
|
|
11
|
-
lastNameTextField: cypressUtils_utils_common.dataCy("signup-profile-last-name-text-field"),
|
|
12
|
-
organizationNameTextField: cypressUtils_utils_common.dataCy("signup-organization-name-text-field"),
|
|
13
|
-
organizationSubmitButton: cypressUtils_utils_common.dataCy("signup-organization-submit-button"),
|
|
14
|
-
otpTextBox: cypressUtils_utils_common.dataCy("otpinput-otp-number"),
|
|
15
|
-
profileSubmitButton: cypressUtils_utils_common.dataCy("signup-profile-submit-button"),
|
|
16
|
-
signupViaEmailButton: cypressUtils_utils_common.dataCy("signup-via-email-button"),
|
|
17
|
-
submitButton: cypressUtils_utils_common.dataCy("signup-email-submit-button"),
|
|
18
|
-
subdomainNameTextField: cypressUtils_utils_common.dataCy("signup-organization-subdomain-text-field"),
|
|
19
|
-
subdomainError: cypressUtils_utils_common.dataCy("subdomain-input-error"),
|
|
20
|
-
tryFreeButton: cypressUtils_utils_common.dataCy("neeto-auth-signup-link")
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
exports.signUpSelectors = signUpSelectors;
|
|
24
|
-
//# sourceMappingURL=signUp.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAChD;;;;"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var cypressUtils_utils_common = require('../../utils/common.js');
|
|
4
|
-
require('../../../defineProperty-lChFfVqi.js');
|
|
5
|
-
require('../../../typeof-D4ZZ_FlZ.js');
|
|
6
|
-
require('../index.js');
|
|
7
|
-
|
|
8
|
-
var tagsSelectors = {
|
|
9
|
-
newTagButton: cypressUtils_utils_common.dataCy("add-new-tag-button"),
|
|
10
|
-
tagNameTextField: cypressUtils_utils_common.dataCy("tag-name-text-field"),
|
|
11
|
-
editButton: cypressUtils_utils_common.dataCy("tags-edit-button"),
|
|
12
|
-
deleteButton: cypressUtils_utils_common.dataCy("tags-delete-button"),
|
|
13
|
-
cancelButton: cypressUtils_utils_common.dataCy("neeto-tags-manage-tag-cancel-button"),
|
|
14
|
-
submitButton: cypressUtils_utils_common.dataCy("neeto-tags-manage-tag-submit-button"),
|
|
15
|
-
searchTextField: cypressUtils_utils_common.dataCy("neeto-tags-search-text-input-field"),
|
|
16
|
-
descriptionTextArea: cypressUtils_utils_common.dataCy("tag-description-text-area")
|
|
17
|
-
};
|
|
18
|
-
var mergeTagsSelectors = {
|
|
19
|
-
mergeTagsButton: cypressUtils_utils_common.dataCy("neeto-tags-merge-tags-button"),
|
|
20
|
-
mergeButton: cypressUtils_utils_common.dataCy("neeto-tags-merge-button"),
|
|
21
|
-
sourceSearchTextField: cypressUtils_utils_common.dataCy("neeto-tags-merge-source-search-text-input-field"),
|
|
22
|
-
sourceTagsList: cypressUtils_utils_common.dataCy("neeto-tags-merge-source-tags-list"),
|
|
23
|
-
destinationTagsList: cypressUtils_utils_common.dataCy("neeto-tags-merge-destination-tags-list"),
|
|
24
|
-
destinationSearchTextField: cypressUtils_utils_common.dataCy("neeto-tags-merge-destination-search-text-input-field"),
|
|
25
|
-
cancelButton: cypressUtils_utils_common.dataCy("neeto-tags-merge-cancel-button"),
|
|
26
|
-
proceedButton: cypressUtils_utils_common.dataCy("neeto-tags-merge-proceed-button"),
|
|
27
|
-
disabledTag: ".neeto-ui-cursor-not-allowed"
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
exports.mergeTagsSelectors = mergeTagsSelectors;
|
|
31
|
-
exports.tagsSelectors = tagsSelectors;
|
|
32
|
-
//# sourceMappingURL=tags.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AACzD;AAEO,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;AACf;;;;;"}
|