PromucFlow_constructor/app/client/cypress/integration
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
..
Regression_TestSuite fix: Sorting by renamed custom column (#22405) 2023-04-20 12:11:38 +05:30
SanitySuite/Datasources fix: gsheet ui issues fixed (#22384) 2023-04-14 20:09:01 +05:30
SmokeSuite chore: Adds fix for flaky tests of reconnect datasources list. (#22545) 2023-04-19 23:46:31 +05:30