-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
1.9.0
-
False
-
-
False
-
-
Problem
The Extensions page support type filter dropdown is missing the "Custom plugin" option that the E2E test expects to find.
Steps to Reproduce
-
- Navigate to Administration > Extensions
2. Open the "Support type" filter dropdown
3. Observe available options
- Navigate to Administration > Extensions
Expected Result
The support type filter should include "Custom plugin" as one of the selectable options.
Actual Result
The dropdown only shows:
- Generally available (GA)
- Certified
- Tech preview (TP)
- Dev preview (DP)
- Community plugin
The "Custom plugin" option is missing.
Test Failure
Test: Verify support type filters in extensions
Location: e2e-tests/playwright/e2e/extensions.spec.ts:94:5
Error: expect(locator).toContainText(expected) failed when checking for "Custom plugin"
Impact
This causes the E2E test to fail during verification of support type filters.
CI Failure Link
Suggested Fix
Either:
1. Add "Custom plugin" as a valid support type filter option in the UI
2. Update the test to remove "Custom plugin" from expected options if it's not a valid filter
Note: There's already a fixme comment for test at line 173 related to custom plugins (RHDHBUGS-2104), which might be related to this issue.
Assisted-by: Cursor