PromucFlow_constructor/app/client/src/components/editorComponents
albinAppsmith 19d5d49dd0
chore: Added test for useGroupedAddJsOperations (#32003)
## Description

This PR adds unit test for useGroupedAddJsOperations hook.

Fixes #31875

## Automation

/ok-to-test tags="@tag.Sanity"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!IMPORTANT]  
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/8419327183>
> Commit: `5b4c16f5e718a0c6e2c5f056f4fc22c3eac27144`
> Cypress dashboard url: <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8419327183&attempt=1"
target="_blank">Click here!</a>
> All cypress tests have passed 🎉🎉🎉

<!-- end of auto-generated comment: Cypress test results  -->











<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **Tests**
- Introduced tests for the `useGroupedAddJsOperations` hook to ensure it
groups operations correctly.
- **New Features**
- Added tooltip functionality to operations in the Global Search
feature.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-03-26 09:22:48 +05:30
..
ActionCreator fix: Refactoring fetching of icon for module instances (#31765) 2024-03-14 14:31:44 +05:30
ActionRightPane fix: api module inputs pane width (#31708) 2024-03-13 11:36:11 +05:30
CodeEditor feat: show slash command prompt on focus in property pane (#31920) 2024-03-22 15:14:08 +05:30
Debugger fix: Refactoring fetching of icon for module instances (#31765) 2024-03-14 14:31:44 +05:30
form feat: Homepage experience v2 changes (#29282) 2024-01-25 19:11:48 +05:30
GlobalSearch chore: Added test for useGroupedAddJsOperations (#32003) 2024-03-26 09:22:48 +05:30
HighlightedCode fix: Entity props show evaluated value (#30889) 2024-02-07 14:34:03 +05:30
LazyCodeEditor chore: custom widget (#28926) 2023-12-28 12:16:28 +05:30
LightningMenu feat: workflow queries/actions rename code split (#31300) 2024-03-05 10:28:34 +05:30
PartialImportExport chore: removed onboarding flags ab_create_new_apps_enabled , ab_start_with_data_default_enabled (#31384) 2024-03-15 11:13:14 +05:30
WidgetQueryGeneratorForm fix: Refactoring fetching of icon for module instances (#31765) 2024-03-14 14:31:44 +05:30
ActionExecutionInProgressView.tsx chore: Show schema as a tab instead of the right pane (#30906) 2024-02-08 13:25:23 +05:30
ActionNameEditor.tsx fix: Run button hiding issue (#31323) 2024-02-28 14:25:22 +05:30
ApiResponseView.tsx chore: Debugger Split states (#31043) 2024-02-29 11:53:57 +05:30
AutoResizeTextArea.test.tsx fix: add testing library eslint rules (#31028) 2024-02-12 18:59:10 +03:00
AutoResizeTextArea.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
BetaCard.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
Button.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
Checkbox.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
CloseEditor.tsx fix: Widget Context Switching (#29735) 2023-12-20 12:26:16 +05:30
ContextDropdown.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
Divider.tsx feat: Entity explorer UI redesign (#9811) 2022-01-29 12:56:19 +05:30
DropdownComponent.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
EditableText.tsx fix: Renaming new JS Object not working instantly (#30010) 2024-01-09 09:54:02 +05:30
EditorContextProvider.test.tsx fix: add testing library eslint rules (#31028) 2024-02-12 18:59:10 +03:00
EditorContextProvider.tsx feat: WDS - Anvil compatible Modal Widget (#30351) 2024-01-26 09:30:57 +05:30
emptyResponse.tsx perf: reduce the bundle size, vol. 2 (#24969) 2023-07-17 00:19:41 +05:30
EntityBottomTabs.tsx chore: show suggested widgets in response (#31008) 2024-02-13 13:52:04 +05:30
EntityExplorerSidebar.tsx chore: Make App Sidebar Generally Available (#30923) 2024-02-07 11:25:23 +05:30
EntityNameComponent.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
ErrorBoundry.tsx fix: fix modal position and styles (#30805) 2024-02-06 10:26:47 +03:00
ErrorTooltip.tsx feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
Form.tsx
FormLabel.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
FormRow.tsx chore: ME design audit CE (#26535) 2023-09-12 11:48:58 +05:30
HelperTooltip.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
InputComponent.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
JSResponseView.tsx chore: Debugger Split states (#31043) 2024-02-29 11:53:57 +05:30
LetterIcon.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
LoadingOverlayScreen.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
NavBarItem.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
PageLoader.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
PaneWrapper.tsx chore: update eslint and dependencies then fix revealed errors (#27908) 2023-10-11 10:14:38 +03:00
ProductAlertBanner.tsx chore: Updating link component props (#27223) 2023-09-14 16:14:23 +05:30
PropertyPaneSidebar.tsx chore: Make App Sidebar Generally Available (#30923) 2024-02-07 11:25:23 +05:30
RadioButtonGroup.tsx fix: revert for super users and update ui for profiling ques for non super users (#27942) 2023-10-16 17:37:06 +05:30
ReadOnlyEditor.tsx fix: CodeEditor issues on resizing (#26082) 2023-08-23 11:25:19 +05:30
RequestView.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
SelectComponent.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
Spinner.tsx
StoreAsDatasource.tsx fix: Resolving datasource page redirection, switch env and on page load response view debugger issues (#30156) 2024-01-10 18:41:24 +05:30
Tooltip.tsx
utils.test.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
utils.ts chore: Fix Security vulnerabilities (#26241) 2023-08-15 13:56:53 +05:30