@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.cjs.js CHANGED
@@ -7237,6 +7237,7 @@ const INTEGRATIONS_TEXTS = {
7237
7237
  const SLACK_WEB_TEXTS = {
7238
7238
  signOut: "Sign out",
7239
7239
  allow: "Allow",
7240
+ loadingThread: "Loading thread",
7240
7241
  };
7241
7242
 
7242
7243
  const HELP_CENTER_SELECTORS = {
@@ -8018,6 +8019,7 @@ const ROLES_SELECTORS = {
8018
8019
  permissionCheckbox: "ntm-roles-permission-checkbox",
8019
8020
  editRoleButton: "ntm-roles-table-edit-role-button",
8020
8021
  deleteRoleButton: " ntm-roles-table-delete-role-button",
8022
+ permissionCard: "ntm-roles-permission-card",
8021
8023
  };
8022
8024
 
8023
8025
  const TAGS_SELECTORS = {
@@ -8711,6 +8713,7 @@ exports.API_ROUTES = API_ROUTES;
8711
8713
  exports.BASE_URL = BASE_URL;
8712
8714
  exports.CHANGELOG_WIDGET_SELECTORS = CHANGELOG_WIDGET_SELECTORS;
8713
8715
  exports.CHAT_WIDGET_SELECTORS = CHAT_WIDGET_SELECTORS;
8716
+ exports.CHAT_WIDGET_TEXTS = CHAT_WIDGET_TEXTS;
8714
8717
  exports.COMMON_SELECTORS = COMMON_SELECTORS;
8715
8718
  exports.CREDENTIALS = CREDENTIALS;
8716
8719
  exports.CustomCommands = CustomCommands;
@@ -8718,12 +8721,15 @@ exports.ENVIRONMENT = ENVIRONMENT;
8718
8721
  exports.GLOBAL_TRANSLATIONS_PATTERN = GLOBAL_TRANSLATIONS_PATTERN;
8719
8722
  exports.HELP_CENTER_SELECTORS = HELP_CENTER_SELECTORS;
8720
8723
  exports.HelpAndProfilePage = HelpAndProfilePage;
8724
+ exports.INTEGRATIONS_TEXTS = INTEGRATIONS_TEXTS;
8725
+ exports.INTEGRATION_SELECTORS = INTEGRATION_SELECTORS;
8721
8726
  exports.IS_STAGING_ENV = IS_STAGING_ENV;
8722
8727
  exports.IntegrationBase = IntegrationBase;
8723
8728
  exports.KEYBOARD_SHORTCUTS_SELECTORS = KEYBOARD_SHORTCUTS_SELECTORS;
8724
8729
  exports.LOGIN_SELECTORS = LOGIN_SELECTORS;
8725
8730
  exports.MEMBER_FORM_SELECTORS = MEMBER_FORM_SELECTORS;
8726
8731
  exports.MEMBER_SELECTORS = MEMBER_SELECTORS;
8732
+ exports.MEMBER_TEXTS = MEMBER_TEXTS;
8727
8733
  exports.MERGE_TAGS_SELECTORS = MERGE_TAGS_SELECTORS;
8728
8734
  exports.MailosaurUtils = MailosaurUtils;
8729
8735
  exports.NEETO_AUTH_BASE_URL = NEETO_AUTH_BASE_URL;
@@ -8737,6 +8743,8 @@ exports.ROLES_SELECTORS = ROLES_SELECTORS;
8737
8743
  exports.ROUTES = ROUTES;
8738
8744
  exports.SIGNUP_SELECTORS = SIGNUP_SELECTORS;
8739
8745
  exports.SLACK_DEFAULT_CHANNEL = SLACK_DEFAULT_CHANNEL;
8746
+ exports.SLACK_SELECTORS = SLACK_SELECTORS;
8747
+ exports.SLACK_WEB_TEXTS = SLACK_WEB_TEXTS;
8740
8748
  exports.STORAGE_STATE = STORAGE_STATE;
8741
8749
  exports.SlackPage = SlackPage;
8742
8750
  exports.TAGS_SELECTORS = TAGS_SELECTORS;