-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Cypress | Replace static with Dynamic waits - Part 1 #29405
Conversation
WalkthroughWalkthroughThe changes across the codebase reflect a shift towards more dynamic and reliable testing practices in Cypress tests. Static sleeps have been replaced with dynamic waits, ensuring elements are present or absent before proceeding. This improves test stability and performance. Additionally, there's a move towards more direct and granular imports, removal of unused references, and updates to control flow logic. Some test suites have been skipped, indicating a possible deprioritization or refactoring of tests. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ? TipsChat with CodeRabbit Bot (
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7125754736. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7125754736.
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7126880941. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7126880941.
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7128165776. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7128165776. To know the list of identified flaky tests - Refer here |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7128211615. |
app/client/cypress/e2e/Regression/ClientSide/Widgets/Radio/Radio2_spec.ts
Show resolved
Hide resolved
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7128211615.
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7138297992. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7152038485. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7152107498. |
/ci-test-limit |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7152444808. |
/ci-test-limit |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7152454023. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7152444808. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7152454023. |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7152738931. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7152738931.
To know the list of identified flaky tests - Refer here |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7162726394. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7162726394.
To know the list of identified flaky tests - Refer here |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7163410746. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7163410746. |
app/client/cypress/e2e/Regression/ClientSide/Widgets/Radio/Radio2_spec.ts
Show resolved
Hide resolved
app/client/cypress/e2e/Regression/ClientSide/Widgets/Radio/Radio2_spec.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Type of change
Testing
How Has This Been Tested?
Checklist:
QA activity:
Test Plan Approved
label after Cypress tests were reviewedSummary by CodeRabbit
Summary by CodeRabbit
Tests
Chores
Documentation
Bug Fixes