@bigbinary/neeto-playwright-commons 1.8.14 → 1.8.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -467,6 +467,7 @@ declare const ROLES_SELECTORS: {
467
467
  permissionCheckbox: string;
468
468
  editRoleButton: string;
469
469
  deleteRoleButton: string;
470
+ permissionCard: string;
470
471
  };
471
472
 
472
473
  declare const SIGNUP_SELECTORS: {
@@ -534,6 +535,47 @@ declare const PROFILE_SECTION_SELECTORS: {
534
535
  logoutButton: string;
535
536
  };
536
537
 
538
+ declare const SLACK_SELECTORS: {
539
+ messageContainer: string;
540
+ loginEmail: string;
541
+ loginPassword: string;
542
+ signInButton: string;
543
+ teamPicketButtonContent: string;
544
+ redirectOpenInBrowser: string;
545
+ workspaceActionsButton: string;
546
+ teamMenuTrigger: string;
547
+ menuItemButton: string;
548
+ threadsFlexpane: string;
549
+ replyBar: string;
550
+ markdownElement: string;
551
+ virtualListItem: string;
552
+ };
553
+
554
+ declare const INTEGRATION_SELECTORS: {
555
+ integrationCard: (integration: string) => string;
556
+ connectButton: string;
557
+ integrationStatusTag: string;
558
+ disconnectButton: string;
559
+ manageButton: string;
560
+ };
561
+
562
+ declare const CHAT_WIDGET_TEXTS: {
563
+ newConversation: string;
564
+ welcomeChatBubble: string;
565
+ };
566
+ declare const MEMBER_TEXTS: {
567
+ agent: string;
568
+ };
569
+ declare const INTEGRATIONS_TEXTS: {
570
+ connectHeader: (integration: string) => string;
571
+ connectedHeader: (integration: string) => string;
572
+ };
573
+ declare const SLACK_WEB_TEXTS: {
574
+ signOut: string;
575
+ allow: string;
576
+ loadingThread: string;
577
+ };
578
+
537
579
  declare const initializeCredentials: (product: string) => void;
538
580
 
539
581
  interface KeyValue {
@@ -630,4 +672,4 @@ interface Overrides {
630
672
  }
631
673
  declare const definePlaywrightConfig: (overrides: Overrides) => _playwright_test.PlaywrightTestConfig<{}, {}>;
632
674
 
633
- export { API_ROUTES, BASE_URL, CHANGELOG_WIDGET_SELECTORS, CHAT_WIDGET_SELECTORS, COMMON_SELECTORS, CREDENTIALS, CustomCommands, type CustomFixture, ENVIRONMENT, GLOBAL_TRANSLATIONS_PATTERN, HELP_CENTER_SELECTORS, HelpAndProfilePage, IS_STAGING_ENV, IntegrationBase, KEYBOARD_SHORTCUTS_SELECTORS, LOGIN_SELECTORS, MEMBER_FORM_SELECTORS, MEMBER_SELECTORS, MERGE_TAGS_SELECTORS, MailosaurUtils, NEETO_AUTH_BASE_URL, NEETO_EDITOR_SELECTORS, NEETO_FILTERS_SELECTORS, OTP_EMAIL_PATTERN, OrganizationPage, PROFILE_SECTION_SELECTORS, PROJECT_TRANSLATIONS_PATH, ROLES_SELECTORS, ROUTES, SIGNUP_SELECTORS, SLACK_DEFAULT_CHANNEL, STORAGE_STATE, SlackPage, TAGS_SELECTORS, THIRD_PARTY_ROUTES, USER_AGENTS, WebhooksPage, clearCredentials, commands, definePlaywrightConfig, extractSubdomainFromError, generateStagingData, getGlobalUserState, hyphenize, i18nFixture, initializeCredentials, joinHyphenCase, joinString, login, loginWithoutSSO, memberUtils, readFileSyncIfExists, removeCredentialFile, shouldSkipSetupAndTeardown, skipTest, tableUtils, updateCredentials, writeDataToFile };
675
+ export { API_ROUTES, BASE_URL, CHANGELOG_WIDGET_SELECTORS, CHAT_WIDGET_SELECTORS, CHAT_WIDGET_TEXTS, COMMON_SELECTORS, CREDENTIALS, CustomCommands, type CustomFixture, ENVIRONMENT, GLOBAL_TRANSLATIONS_PATTERN, HELP_CENTER_SELECTORS, HelpAndProfilePage, INTEGRATIONS_TEXTS, INTEGRATION_SELECTORS, IS_STAGING_ENV, IntegrationBase, KEYBOARD_SHORTCUTS_SELECTORS, LOGIN_SELECTORS, MEMBER_FORM_SELECTORS, MEMBER_SELECTORS, MEMBER_TEXTS, MERGE_TAGS_SELECTORS, MailosaurUtils, NEETO_AUTH_BASE_URL, NEETO_EDITOR_SELECTORS, NEETO_FILTERS_SELECTORS, OTP_EMAIL_PATTERN, OrganizationPage, PROFILE_SECTION_SELECTORS, PROJECT_TRANSLATIONS_PATH, ROLES_SELECTORS, ROUTES, SIGNUP_SELECTORS, SLACK_DEFAULT_CHANNEL, SLACK_SELECTORS, SLACK_WEB_TEXTS, STORAGE_STATE, SlackPage, TAGS_SELECTORS, THIRD_PARTY_ROUTES, USER_AGENTS, WebhooksPage, clearCredentials, commands, definePlaywrightConfig, extractSubdomainFromError, generateStagingData, getGlobalUserState, hyphenize, i18nFixture, initializeCredentials, joinHyphenCase, joinString, login, loginWithoutSSO, memberUtils, readFileSyncIfExists, removeCredentialFile, shouldSkipSetupAndTeardown, skipTest, tableUtils, updateCredentials, writeDataToFile };
package/index.js CHANGED
@@ -7202,6 +7202,7 @@ const INTEGRATIONS_TEXTS = {
7202
7202
  const SLACK_WEB_TEXTS = {
7203
7203
  signOut: "Sign out",
7204
7204
  allow: "Allow",
7205
+ loadingThread: "Loading thread",
7205
7206
  };
7206
7207
 
7207
7208
  const HELP_CENTER_SELECTORS = {
@@ -7983,6 +7984,7 @@ const ROLES_SELECTORS = {
7983
7984
  permissionCheckbox: "ntm-roles-permission-checkbox",
7984
7985
  editRoleButton: "ntm-roles-table-edit-role-button",
7985
7986
  deleteRoleButton: " ntm-roles-table-delete-role-button",
7987
+ permissionCard: "ntm-roles-permission-card",
7986
7988
  };
7987
7989
 
7988
7990
  const TAGS_SELECTORS = {
@@ -8672,5 +8674,5 @@ const definePlaywrightConfig = (overrides) => {
8672
8674
  });
8673
8675
  };
8674
8676
 
8675
- export { API_ROUTES, BASE_URL, CHANGELOG_WIDGET_SELECTORS, CHAT_WIDGET_SELECTORS, COMMON_SELECTORS, CREDENTIALS, CustomCommands, ENVIRONMENT, GLOBAL_TRANSLATIONS_PATTERN, HELP_CENTER_SELECTORS, HelpAndProfilePage, IS_STAGING_ENV, IntegrationBase, KEYBOARD_SHORTCUTS_SELECTORS, LOGIN_SELECTORS, MEMBER_FORM_SELECTORS, MEMBER_SELECTORS, MERGE_TAGS_SELECTORS, MailosaurUtils, NEETO_AUTH_BASE_URL, NEETO_EDITOR_SELECTORS, NEETO_FILTERS_SELECTORS, OTP_EMAIL_PATTERN, OrganizationPage, PROFILE_SECTION_SELECTORS, PROJECT_TRANSLATIONS_PATH, ROLES_SELECTORS, ROUTES, SIGNUP_SELECTORS, SLACK_DEFAULT_CHANNEL, STORAGE_STATE, SlackPage, TAGS_SELECTORS, THIRD_PARTY_ROUTES, USER_AGENTS, WebhooksPage, clearCredentials, commands, definePlaywrightConfig, extractSubdomainFromError, generateStagingData, getGlobalUserState, hyphenize, i18nFixture, initializeCredentials, joinHyphenCase, joinString, login, loginWithoutSSO, memberUtils, readFileSyncIfExists, removeCredentialFile, shouldSkipSetupAndTeardown, skipTest, tableUtils, updateCredentials, writeDataToFile };
8677
+ export { API_ROUTES, BASE_URL, CHANGELOG_WIDGET_SELECTORS, CHAT_WIDGET_SELECTORS, CHAT_WIDGET_TEXTS, COMMON_SELECTORS, CREDENTIALS, CustomCommands, ENVIRONMENT, GLOBAL_TRANSLATIONS_PATTERN, HELP_CENTER_SELECTORS, HelpAndProfilePage, INTEGRATIONS_TEXTS, INTEGRATION_SELECTORS, IS_STAGING_ENV, IntegrationBase, KEYBOARD_SHORTCUTS_SELECTORS, LOGIN_SELECTORS, MEMBER_FORM_SELECTORS, MEMBER_SELECTORS, MEMBER_TEXTS, MERGE_TAGS_SELECTORS, MailosaurUtils, NEETO_AUTH_BASE_URL, NEETO_EDITOR_SELECTORS, NEETO_FILTERS_SELECTORS, OTP_EMAIL_PATTERN, OrganizationPage, PROFILE_SECTION_SELECTORS, PROJECT_TRANSLATIONS_PATH, ROLES_SELECTORS, ROUTES, SIGNUP_SELECTORS, SLACK_DEFAULT_CHANNEL, SLACK_SELECTORS, SLACK_WEB_TEXTS, STORAGE_STATE, SlackPage, TAGS_SELECTORS, THIRD_PARTY_ROUTES, USER_AGENTS, WebhooksPage, clearCredentials, commands, definePlaywrightConfig, extractSubdomainFromError, generateStagingData, getGlobalUserState, hyphenize, i18nFixture, initializeCredentials, joinHyphenCase, joinString, login, loginWithoutSSO, memberUtils, readFileSyncIfExists, removeCredentialFile, shouldSkipSetupAndTeardown, skipTest, tableUtils, updateCredentials, writeDataToFile };
8676
8678
  //# sourceMappingURL=index.js.map