PromucFlow_constructor/app/client/cypress/e2e/Regression/ServerSide/QueryPane
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
..
AddWidget_spec.js feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30
AddWidgetTableAndBind_spec.js refactor: Cypress SelectEntityByName (#29012) 2023-11-23 15:46:13 +05:30
DSDocs_Spec.ts chore: App Sidebar testing (#28479) 2023-11-15 08:01:12 +05:30
EmptyDataSource_spec.js chore: code splitting for multiple env feature (#25479) 2023-07-21 12:53:17 +07:00
EvaluatedValuePopUp_spec.ts test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
GoogleSheets_spec.ts fix: Improvements to Sidebar for navigation (#29205) 2023-11-30 06:11:59 +05:30
Mongo_Spec.js feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30
Mongo1_spec.ts feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30
MySQL_Spec.ts feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30
Postgres_Spec.js feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30
S3_1_spec.js test: Cypress | Replace static with Dynamic waits - Part 1 (#29405) 2023-12-11 14:39:36 +05:30
S3_2_spec.ts feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30
SwitchDatasource_spec.js feat: Create Query asks for Page (#29253) 2023-12-05 11:20:36 +05:30