PromucFlow_constructor/app/client/cypress/integration/Regression_TestSuite
Rajat Agrawal ba7099ce00
fix: Sorting by renamed custom column (#22405)
Fixes #19928 

Steps to repro:

1. Add a custom column named `customColumn1` to a table.
2. Modify the computed value for it to `{{currentIndex}}`.
3. Ensure that sorting is working for the table using `customColumn1`.
4. Go to property pane settings for this column and rename it to
`customColumn2` from its title in the property pane.
5. Ensure that sorting is working using `customColumn2`.

Actual Behavior:
Sorting isn't working using `customColumn2`.

Expected Behavior:
Sorting should work using `customColumn2`.
2023-04-20 12:11:38 +05:30
..
Application Test: Adding Smoke & Sanity suites into the CI pipeline (#22029) 2023-04-04 10:39:40 +05:30
ClientSideTests fix: Sorting by renamed custom column (#22405) 2023-04-20 12:11:38 +05:30
EnterpriseTests/AdminSettings test: handle login success & errors properly (#22524) 2023-04-19 15:20:54 +05:30
ServerSideTests fix: Allow empty password in PostgreSQL trust authentication login (#22186) 2023-04-13 16:20:46 +06:00