PromucFlow_constructor/app/client/cypress/e2e/Regression/ClientSide/ActionExecution
Rishabh Rathod 36dedc0b0f
fix: appsmith.URL.queryParams update on same page navigation (#32382)
## Description

- Making sure to trigger evaluation after navigateTo on same page to
make sure we update the `appsmith.URL.queryParams`
- Update the cypress test to check queryParams update on same page

Fixes https://github.com/appsmithorg/appsmith/issues/26831


## Steps to test 
1. Add a button widget
2. Add a `navigateTo` action on click event of button 
3. NavigateTo should have params as below and should navigate to same
page
```js
{{
{
key: "aff", 
key2: "dsfs" 
}
}}
```
4. Add a text widget with binding `{{appsmith.URL.queryParams}}` 
5. Make sure that the text widget updates once the button is clicked
## Automation

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

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!IMPORTANT]  
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/8598783804>
> Commit: `634477b53582ae5392eb26dde1a1fcd434f55883`
> Cypress dashboard url: <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8598783804&attempt=2"
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

- **New Features**
- Added support for setting URL data through Redux actions for enhanced
state management.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-04-09 16:01:17 +05:30
..
ActionSelector_JsToNonJSMode_1_spec.ts feat: Homepage experience v2 changes (#29282) 2024-01-25 19:11:48 +05:30
ActionSelector_JsToNonJSMode_2_spec.ts feat: Homepage experience v2 changes (#29282) 2024-01-25 19:11:48 +05:30
ActionSelector_JsToNonJSMode_3_spec.ts test: Cypress - Added Tags to test cases - @tag.GSheet, @tag.Datasource, @tag.JS, @tag.IDE, @tag.Settings, @tag.Binding (#29471) 2023-12-11 15:19:44 +05:30
ActionSelector_JsToNonJSMode_4_spec.ts test: Cypress - Added Tags to test cases - @tag.GSheet, @tag.Datasource, @tag.JS, @tag.IDE, @tag.Settings, @tag.Binding (#29471) 2023-12-11 15:19:44 +05:30
ActionSelectorCreateShouldBind_spec.ts fix: action selector create flow (#32326) 2024-04-05 11:28:47 +05:30
Bug23345_spec.ts test: Cypress - Added Tags to test cases - @tag.GSheet, @tag.Datasource, @tag.JS, @tag.IDE, @tag.Settings, @tag.Binding (#29471) 2023-12-11 15:19:44 +05:30
ClearStore_spec.ts test: Cypress - Added Tags to test cases - @tag.GSheet, @tag.Datasource, @tag.JS, @tag.IDE, @tag.Settings, @tag.Binding (#29471) 2023-12-11 15:19:44 +05:30
disableJSToggle_spec.ts test: Cypress | Replace static with Dynamic waits - Part III (#29582) 2023-12-14 22:03:20 +05:30
Error_handling_spec.ts test: Cypress | Replace static with Dynamic waits - Part III (#29582) 2023-12-14 22:03:20 +05:30
FieldEvaluation_spec.ts test: Cypress - Added Tags to test cases - @tag.GSheet, @tag.Datasource, @tag.JS, @tag.IDE, @tag.Settings, @tag.Binding (#29471) 2023-12-11 15:19:44 +05:30
NavigateTo1_spec.ts fix: appsmith.URL.queryParams update on same page navigation (#32382) 2024-04-09 16:01:17 +05:30
NavigateTo2_spec.ts test: Cypress - Added Tags to test cases - @tag.GSheet, @tag.Datasource, @tag.JS, @tag.IDE, @tag.Settings, @tag.Binding (#29471) 2023-12-11 15:19:44 +05:30
NavigateTo3_spec.ts test: Cypress - Added Tags to test cases - @tag.GSheet, @tag.Datasource, @tag.JS, @tag.IDE, @tag.Settings, @tag.Binding (#29471) 2023-12-11 15:19:44 +05:30
PostWindowMessage_spec.ts test: Cypress | Replace static with Dynamic waits - Part III (#29582) 2023-12-14 22:03:20 +05:30
RemoveValue_spec.ts feat: enabled editor pane sidebar (#29882) 2024-01-12 20:13:58 +05:30
setInterval_spec.js test: Cypress | Replace static with Dynamic waits - Part III (#29582) 2023-12-14 22:03:20 +05:30
StoreValue_spec.ts feat: enabled editor pane sidebar (#29882) 2024-01-12 20:13:58 +05:30
uiToCode_spec.ts test: Cypress | Replace static with Dynamic waits - Part III (#29582) 2023-12-14 22:03:20 +05:30