-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Open
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.area:coregood first issuekind:featureFeature RequestsFeature Requests
Description
Description
Add E2E tests to verify the Connections page (/connections) functionality including list display, CRUD operations, and export.
What to test
- Verify connections list displays
- Create connection (ensure connection add values in extra fields)
- Edit connection
- Delete connection
- Export connections
- Verify pagination
- Verify sorting
Acceptance Criteria
- All tests follow Page Object Model (POM) pattern
- Tests use
testConfigfor configuration - Tests create/cleanup their own test data in
beforeAll/afterAll - Tests work across Chromium, Firefox, and WebKit browsers
- No hardcoded values - use dynamic data where possible
Related Issues
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.area:coregood first issuekind:featureFeature RequestsFeature Requests