PromucFlow_constructor/app/client/cypress/e2e/Regression/Apps
Aishwarya-U-R 6343e568df
test: Cypress | Replace static with Dynamic waits - Part II (#29557)
## Description
- This PR removes hard wait from - cypress/e2e/Regression/Apps/ folder
specs & fix as needed:
        - /Apps/CommunityIssues_Spec.ts
        - /Apps/[EchoApiCMS_spec.js
        - /Apps/ImportExportForkApplication_spec.js
        - /Apps/MongoDBShoppingCart_spec.ts
        - /Apps/PgAdmin_spec.js
        - /Apps/PromisesApp_spec.js
- This PR also removes Users mock ds dependency from below specs (using
TED instead)
        - ClientSide/Widgets/ListV2/ListV2_PageNo_PageSize_spec.js
        - ClientSide/Widgets/ListV2/Listv2_BasicServerSideData_spec.js
- Fixes Sanity/Datasources/MockDBs_Spec.ts - for record count validation

#### 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

- **Tests**
- Enhanced test reliability by removing hardcoded delays and utilizing
dynamic waits.
- Improved test maintainability by centralizing element interactions
through a custom helper.
- Streamlined test setup for database interactions, removing
environment-specific conditions.
	- Updated test file paths to reflect the new structure and focus areas.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2023-12-13 18:20:37 +05:30
..
CommunityIssues_Spec.ts test: Cypress | Replace static with Dynamic waits - Part II (#29557) 2023-12-13 18:20:37 +05:30
CurrencyInputIssue_Spec.js feat: ui for autocommit (#29441) 2023-12-11 21:11:43 +05:30
EchoApiCMS_spec.js test: Cypress | Replace static with Dynamic waits - Part II (#29557) 2023-12-13 18:20:37 +05:30
ImportExportForkApplication_spec.js test: Cypress | Replace static with Dynamic waits - Part II (#29557) 2023-12-13 18:20:37 +05:30
MongoDBShoppingCart_spec.ts test: Cypress | Replace static with Dynamic waits - Part II (#29557) 2023-12-13 18:20:37 +05:30
PgAdmin_spec.js test: Cypress | Replace static with Dynamic waits - Part II (#29557) 2023-12-13 18:20:37 +05:30
PromisesApp_spec.js test: Cypress | Replace static with Dynamic waits - Part II (#29557) 2023-12-13 18:20:37 +05:30