PromucFlow_constructor/app/client/cypress/e2e/Regression/ServerSide
Aishwarya-U-R fe3863eb65
test: Cypress | Replace static with Dynamic waits - Part 1 (#29405)
## Description
- Removed hard waits from below specs:
    - Apps/CurrencyInputIssue_Spec.js
    - ClientSide/Widgets/Modal/Modal_spec.ts (Fix & unskip)
    - /Binding/TableV2_Widget_API_Pagination_spec.js
- Unskip - ApiTests/API_Unique_name_spec.js
- Flaky fix - TableV2_Widget_API_Pagination_spec.js
- Flaky fix - /ServerSide/QueryPane/S3_1_spec.js
- Removed empty ReusableHelper.ts
- Improved agHelper.GetElement() to include the assertion for element
presence/absence
- Modified helpers/function calls to fit the above syntax of
GetElement()
- Improved WaitUntilEleAppear(), WaitUntilEleDisappear() to use timeout
from cypress config

#### Type of change
- Script fix (non-breaking change which fixes an issue)

## Testing
#### How Has This Been Tested?
- [X] Cypress CI runs

## Checklist:
#### QA activity:
- [X] Added `Test Plan Approved` label after Cypress tests were reviewed

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

## Summary by CodeRabbit

- **Tests**
- Enhanced end-to-end test stability by replacing static waits with
dynamic element-based synchronization.
  - Skipped certain test suites to streamline the testing process.
- Improved test assertions and control flow for more reliable
verification of UI components.

- **Chores**
  - Updated test helper methods to support new verification strategies.
- Cleaned up unnecessary imports and inheritance in test support
classes.

- **Documentation**
- Adjusted test case descriptions to reflect the new synchronization
methods used.

- **Bug Fixes**
- Fixed issues with test synchronization that could lead to flaky test
results.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2023-12-11 14:39:36 +05:30
..
ActionExecution test: Cypess | Oracle DS validations added (Part 1) + CI Stabilize (#27161) 2023-09-13 22:33:14 +05:30
ApiTests fix: Improvements to Sidebar for navigation (#29205) 2023-11-30 06:11:59 +05:30
AppLevelImport test: Cypress | App level Import test (non-Gsheet) + CI Stabilize (#27683) 2023-09-28 17:45:21 +05:30
Datasources test: Cypress | Fix Oracle_Spec.ts (#29404) 2023-12-07 10:28:39 +05:30
GenerateCRUD feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30
JsFunctionExecution refactor: Cypress Entity Explorer Presence functions (#29154) 2023-11-29 16:41:33 +05:30
LoginTests test: Cypress | CI Stabilize (#26186) 2023-08-10 12:36:03 +05:30
MySQL_Datatypes test: Cypress | DB specs flaky fixes (#29106) 2023-12-01 18:18:41 +05:30
OnLoadTests feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30
Params feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30
Postgres_DataTypes feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30
QueryPane test: Cypress | Replace static with Dynamic waits - Part 1 (#29405) 2023-12-11 14:39:36 +05:30