@bigbinary/neeto-playwright-commons 1.15.2 → 1.15.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -21481,6 +21481,7 @@ const GOOGLE_LOGIN_TEXTS = {
21481
21481
  };
21482
21482
  const ENGAGE_TEXTS = { subscribe: "Subscribe" };
21483
21483
  const AUDIT_LOGS_TEXTS = { organizationRole: "Organization Role" };
21484
+ const COMMON_TEXTS = { skipCleanup: "SKIP_CLEANUP", skipSetup: "SKIP_SETUP" };
21484
21485
 
21485
21486
  /* eslint-disable playwright/require-top-level-describe */
21486
21487
  /* eslint-disable playwright/no-standalone-expect */
@@ -158579,6 +158580,7 @@ exports.CHANGELOG_WIDGET_SELECTORS = CHANGELOG_WIDGET_SELECTORS;
158579
158580
  exports.CHAT_WIDGET_SELECTORS = CHAT_WIDGET_SELECTORS;
158580
158581
  exports.CHAT_WIDGET_TEXTS = CHAT_WIDGET_TEXTS;
158581
158582
  exports.COMMON_SELECTORS = COMMON_SELECTORS;
158583
+ exports.COMMON_TEXTS = COMMON_TEXTS;
158582
158584
  exports.CREDENTIALS = CREDENTIALS;
158583
158585
  exports.CustomCommands = CustomCommands;
158584
158586
  exports.DESCRIPTION_EDITOR_TEXTS = DESCRIPTION_EDITOR_TEXTS;