@bigbinary/neeto-playwright-commons 1.16.4 → 1.16.6

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
@@ -3963,6 +3963,28 @@ declare const LIST_MODIFIER_TAGS: {
3963
3963
  *
3964
3964
  * helpPopoverLinkButton: Selector for help popover link button,
3965
3965
  *
3966
+ * subheaderRight: Selector for right subheader,
3967
+ *
3968
+ * customInputLabel: Selector for custom input label,
3969
+ *
3970
+ * customInputField: Selector for custom input field,
3971
+ *
3972
+ * customSelectContainer: Selector for custom select container,
3973
+ *
3974
+ * customCheckboxLabel: Selector for custom checkbox label,
3975
+ *
3976
+ * errorImage: Selector for error image,
3977
+ *
3978
+ * customDropdownIcon: Selector for custom dropdown icon,
3979
+ *
3980
+ * customDropdownContainer: Selector for custom dropdown container,
3981
+ *
3982
+ * checkboxInput: Selector for checkbox input,
3983
+ *
3984
+ * radioInput: Selector for radio input,
3985
+ *
3986
+ * selectOptionError: Selector for select option error,
3987
+ *
3966
3988
  */
3967
3989
  declare const COMMON_SELECTORS: {
3968
3990
  emailInputError: string;
@@ -4059,6 +4081,17 @@ declare const COMMON_SELECTORS: {
4059
4081
  helpPopoverDesc: string;
4060
4082
  helpPopoverLinkButton: string;
4061
4083
  copyToClipboardButton: string;
4084
+ subheaderRight: string;
4085
+ customInputLabel: (name?: string) => string;
4086
+ customInputField: (name?: string) => string;
4087
+ customSelectContainer: (name: string) => string;
4088
+ customCheckboxLabel: (name: string) => string;
4089
+ errorImage: string;
4090
+ customDropdownIcon: (label?: string) => string;
4091
+ customDropdownContainer: (label?: string) => string;
4092
+ checkboxInput: (option?: string) => string;
4093
+ radioInput: (option?: string) => string;
4094
+ selectOptionError: (option: string) => string;
4062
4095
  };
4063
4096
  /**
4064
4097
  *
@@ -5180,6 +5213,32 @@ declare const ZAPIER_SELECTORS: {
5180
5213
  contextualSideBar: string;
5181
5214
  iconContainer: string;
5182
5215
  };
5216
+ /**
5217
+ *
5218
+ * Selectors for table components.
5219
+ *
5220
+ * @example
5221
+ *
5222
+ * import { TABLE_SELECTORS } from "@bigbinary/neeto-playwright-commons";
5223
+ * @endexample
5224
+ * freezeUnfreezeButton: Selector for freeze/unfreeze column button.
5225
+ *
5226
+ * ascendingButton: Selector for ascending column button.
5227
+ *
5228
+ * descendingButton: Selector for descending column button.
5229
+ *
5230
+ * hideButton: Selector for hide column button.
5231
+ *
5232
+ * columnHeaderTitle: Selector for column header title.
5233
+ *
5234
+ */
5235
+ declare const TABLE_SELECTORS: {
5236
+ freezeUnfreezeButton: string;
5237
+ ascendingButton: string;
5238
+ descendingButton: string;
5239
+ hideButton: string;
5240
+ columnHeaderTitle: (columnName: string) => string;
5241
+ };
5183
5242
  /**
5184
5243
  *
5185
5244
  * Function to initialize credentials of the current user in the storageState.
@@ -5758,6 +5817,25 @@ declare const tableUtils: {
5758
5817
  tableColumns,
5759
5818
  shouldBeChecked
5760
5819
  }: ToggleColumnCheckboxAndVerifyVisibilityProps) => Promise<void>;
5820
+ /**
5821
+ *
5822
+ * Used to verify the feature freeze column of table. The freezed column is then verified in the table. It takes the following parameters:
5823
+ *
5824
+ * page: A page object.
5825
+ *
5826
+ * t: An instance of TFunction.
5827
+ *
5828
+ * @example
5829
+ *
5830
+ * import { tableUtils } from "@bigbinary/neeto-playwright-commons"
5831
+ *
5832
+ * await tableUtils.verifyFreezeColumnAction(
5833
+ * page,
5834
+ * t
5835
+ * );
5836
+ * @endexample
5837
+ */
5838
+ verifyFreezeColumnAction: (page: Page, t: TFunction) => Promise<void>;
5761
5839
  };
5762
5840
  interface BreadcrumbTitleAndRoute {
5763
5841
  title: string;
@@ -6156,4 +6234,4 @@ interface Overrides {
6156
6234
  * @endexample
6157
6235
  */
6158
6236
  declare const definePlaywrightConfig: (overrides: Overrides) => _playwright_test.PlaywrightTestConfig<{}, {}>;
6159
- export { API_ROUTES, AUDIT_LOGS_TEXTS, AuditLogsPage, BASE_URL, CHANGELOG_WIDGET_SELECTORS, CHAT_WIDGET_SELECTORS, CHAT_WIDGET_TEXTS, COMMON_SELECTORS, COMMON_TEXTS, CREDENTIALS, CustomCommands, type CustomFixture, DESCRIPTION_EDITOR_TEXTS, EMBED_SELECTORS, EMOJI_LABEL, ENGAGE_TEXTS, ENVIRONMENT, EXPANDED_FONT_SIZE, EditorPage, EmbedBase, FONT_SIZE_SELECTORS, GLOBAL_TRANSLATIONS_PATTERN, GOOGLE_CALENDAR_DATE_FORMAT, GOOGLE_LOGIN_SELECTORS, GOOGLE_LOGIN_TEXTS, GooglePage, HELP_CENTER_SELECTORS, HelpAndProfilePage, INTEGRATIONS_TEXTS, INTEGRATION_SELECTORS, IS_STAGING_ENV, ImageUploader, IntegrationBase, KEYBOARD_SHORTCUTS_SELECTORS, LIST_MODIFIER_SELECTORS, LIST_MODIFIER_TAGS, LOGIN_SELECTORS, MEMBER_FORM_SELECTORS, MEMBER_SELECTORS, MEMBER_TEXTS, MERGE_TAGS_SELECTORS, MailerUtils, Member, NEETO_AUTH_BASE_URL, NEETO_EDITOR_SELECTORS, NEETO_FILTERS_SELECTORS, NEETO_IMAGE_UPLOADER_SELECTORS, NEETO_ROUTES, NEETO_TEXT_MODIFIER_SELECTORS, OTP_EMAIL_PATTERN, OrganizationPage, PLURAL, PROFILE_SECTION_SELECTORS, PROJECT_TRANSLATIONS_PATH, ROLES_SELECTORS, ROUTES, SELECT_COUNTRY, SIGNUP_SELECTORS, SINGULAR, SLACK_DATA_QA_SELECTORS, SLACK_DEFAULT_CHANNEL, SLACK_SELECTORS, SLACK_WEB_TEXTS, STORAGE_STATE, SidebarSection, SlackPage, TAB_SELECTORS, TAGS_SELECTORS, TEXT_MODIFIER_ROLES, TEXT_MODIFIER_SELECTORS, TEXT_MODIFIER_TAGS, THANK_YOU_SELECTORS, THIRD_PARTY_ROUTES, TOASTR_MESSAGES, TagsPage, TeamMembers, ThankYouPage, USER_AGENTS, WEBHOOK_SELECTORS, WebhooksPage, ZAPIER_LIMIT_EXHAUSTED_MESSAGE, ZAPIER_SELECTORS, ZAPIER_TEST_EMAIL, ZAPIER_WEB_TEXTS, ZapierPage, basicHTMLContent, clearCredentials, commands, cpuThrottlingUsingCDP, currencyUtils, decodeQRCodeFromFile, definePlaywrightConfig, executeWithThrottledResources, extractSubdomainFromError, filterUtils, generateRandomBypassEmail, generateStagingData, getByDataQA, getGlobalUserState, getImagePathAndName, getListCount, headerUtils, hexToRGB, hexToRGBA, hyphenize, i18nFixture, initializeCredentials, initializeTotp, isGithubIssueOpen, joinHyphenCase, joinString, login, loginWithoutSSO, memberUtils, networkConditions, networkThrottlingUsingCDP, readFileSyncIfExists, removeCredentialFile, shouldSkipSetupAndTeardown, simulateClickWithDelay, simulateTypingWithDelay, skipTest, squish, _default as stealthTest, tableUtils, toCamelCase, updateCredentials, writeDataToFile };
6237
+ export { API_ROUTES, AUDIT_LOGS_TEXTS, AuditLogsPage, BASE_URL, CHANGELOG_WIDGET_SELECTORS, CHAT_WIDGET_SELECTORS, CHAT_WIDGET_TEXTS, COMMON_SELECTORS, COMMON_TEXTS, CREDENTIALS, CustomCommands, type CustomFixture, DESCRIPTION_EDITOR_TEXTS, EMBED_SELECTORS, EMOJI_LABEL, ENGAGE_TEXTS, ENVIRONMENT, EXPANDED_FONT_SIZE, EditorPage, EmbedBase, FONT_SIZE_SELECTORS, GLOBAL_TRANSLATIONS_PATTERN, GOOGLE_CALENDAR_DATE_FORMAT, GOOGLE_LOGIN_SELECTORS, GOOGLE_LOGIN_TEXTS, GooglePage, HELP_CENTER_SELECTORS, HelpAndProfilePage, INTEGRATIONS_TEXTS, INTEGRATION_SELECTORS, IS_STAGING_ENV, ImageUploader, IntegrationBase, KEYBOARD_SHORTCUTS_SELECTORS, LIST_MODIFIER_SELECTORS, LIST_MODIFIER_TAGS, LOGIN_SELECTORS, MEMBER_FORM_SELECTORS, MEMBER_SELECTORS, MEMBER_TEXTS, MERGE_TAGS_SELECTORS, MailerUtils, Member, NEETO_AUTH_BASE_URL, NEETO_EDITOR_SELECTORS, NEETO_FILTERS_SELECTORS, NEETO_IMAGE_UPLOADER_SELECTORS, NEETO_ROUTES, NEETO_TEXT_MODIFIER_SELECTORS, OTP_EMAIL_PATTERN, OrganizationPage, PLURAL, PROFILE_SECTION_SELECTORS, PROJECT_TRANSLATIONS_PATH, ROLES_SELECTORS, ROUTES, SELECT_COUNTRY, SIGNUP_SELECTORS, SINGULAR, SLACK_DATA_QA_SELECTORS, SLACK_DEFAULT_CHANNEL, SLACK_SELECTORS, SLACK_WEB_TEXTS, STORAGE_STATE, SidebarSection, SlackPage, TABLE_SELECTORS, TAB_SELECTORS, TAGS_SELECTORS, TEXT_MODIFIER_ROLES, TEXT_MODIFIER_SELECTORS, TEXT_MODIFIER_TAGS, THANK_YOU_SELECTORS, THIRD_PARTY_ROUTES, TOASTR_MESSAGES, TagsPage, TeamMembers, ThankYouPage, USER_AGENTS, WEBHOOK_SELECTORS, WebhooksPage, ZAPIER_LIMIT_EXHAUSTED_MESSAGE, ZAPIER_SELECTORS, ZAPIER_TEST_EMAIL, ZAPIER_WEB_TEXTS, ZapierPage, basicHTMLContent, clearCredentials, commands, cpuThrottlingUsingCDP, currencyUtils, decodeQRCodeFromFile, definePlaywrightConfig, executeWithThrottledResources, extractSubdomainFromError, filterUtils, generateRandomBypassEmail, generateStagingData, getByDataQA, getGlobalUserState, getImagePathAndName, getListCount, headerUtils, hexToRGB, hexToRGBA, hyphenize, i18nFixture, initializeCredentials, initializeTotp, isGithubIssueOpen, joinHyphenCase, joinString, login, loginWithoutSSO, memberUtils, networkConditions, networkThrottlingUsingCDP, readFileSyncIfExists, removeCredentialFile, shouldSkipSetupAndTeardown, simulateClickWithDelay, simulateTypingWithDelay, skipTest, squish, _default as stealthTest, tableUtils, toCamelCase, updateCredentials, writeDataToFile };