-
Notifications
You must be signed in to change notification settings - Fork 468
chore: add feature tests #6652
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
base: chore/playwright
Are you sure you want to change the base?
chore: add feature tests #6652
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
Docker builds report
|
- Add data-test support to TableFilter component - Add data-test='table-filter-tags' to TableTagFilter - Replace manual page.locator() calls with helpers (click, clickByText, closeModal) - Add archived filter verification to flag tests - Remove redundant scrollIntoViewIfNeeded calls Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Remove all waitForTimeout calls from change-request, project, and versioning tests - Replace with proper wait helpers (waitForToast, waitForResponse, etc.) - Add "Use Helpers, Not Raw Page Methods" section to E2E context - Document all available wait and click helpers - Emphasize that helpers include proper waiting, error handling, and scrolling This makes tests more reliable and easier to maintain by using the established helper patterns. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
|
When archiving the only feature, the feature list becomes empty and filters disappear. Create an additional non-archived feature to ensure filters remain accessible when testing archived feature visibility. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
|
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
|
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
|
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
|
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
Related #6562
How did you test this code?