PromucFlow_constructor/app/client/cypress/e2e/Regression/ClientSide/OtherUIFeatures
Rahul Barwal 53ea8e208b
feat: Adds option to fork an app within the app editor (#23158)
## Description
* Fork within application, this needs 2 things:
* Load the workspaceList even when we have setModalClose variable set
* When fork is successful, on the next page it should close the forking
modal
* Adds forking model to EditorAppName menu
* Adds FETCH_APPLICATION_INIT to forkApplicationSaga
    * This makes sure that when we fork an app from within another app,
it will reinitialize the new app properly.
* Corrects workspaceId variable for forkApplicationSaga

#### PR fixes following issue(s)
Fixes # (issue number)
#21470

#### Media
![Screenshot 2023-05-10 at 11 17 44 AM
1](https://github.com/appsmithorg/appsmith/assets/6761673/35a21154-c379-4638-b4ad-60859cc05344)


#### Type of change
- New feature (non-breaking change which adds functionality)

## Testing

#### How Has This Been Tested?
- [x] Cypress

#### Test Plan
> Add Testsmith test cases links that relate to this PR
>
>
#### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)
>
>
>
## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Test-plan-implementation#speedbreaker-features-to-consider-for-every-change)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans/_edit#areas-of-interest)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
2023-05-30 14:54:38 +05:30
..
Analytics_spec.js
ApplicationURL_spec.js
DynamicLayout_spec.js
EmptyCanvas_spec.js
EntityBottomBar_spec.ts
ExportApplication_spec.js
ForkApplication_spec.js chore: fix fork application cypress (#23688) 2023-05-24 19:31:33 +05:30
ForkApplicationWithinAppEditor_spec.ts feat: Adds option to fork an app within the app editor (#23158) 2023-05-30 14:54:38 +05:30
GlobalSearch_spec.js
Inspect_Element_spec.js
lazyRender_spec.js
Logs1_spec.ts
Logs2_spec.ts
Omnibar_spec.js
PageOnLoad_spec.ts test: Cypress - Flaky test fix (#23229) 2023-05-25 06:44:48 +05:30
PreviewMode_spec.js
ProductUpdates_spec.js
Redirects_spec.js
Replay_Editor_spec.js
Replay_spec.js
Resize_spec.js
TriggerErrors_spec.js
Unique_key_spec.js
UpdateApplication_spec.js
ViewMode_spec.js
Widget_Error_spec.js