fix(e2e): skip bulk import tests due to UI bug (RHDHBUGS-2958) [AI /fix-e2e]#4694
fix(e2e): skip bulk import tests due to UI bug (RHDHBUGS-2958) [AI /fix-e2e]#4694zdrapela wants to merge 1 commit intoredhat-developer:mainfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
/agentic_review |
|
/test ? |
Code Review by Qodo
1. Skipped tests still setup
|
|
/test e2e-ocp-helm |
Code Review by Qodo
1. Skipped tests still setup
|
The Save button in the Bulk Import preview dialog is rendered outside the viewport, making it impossible to complete the import flow. This is a product UI bug affecting both Helm and Operator deployments. Skip affected tests with test.fixme() until the product bug is fixed. Assisted-by: OpenCode
fbe32b1 to
7a24440
Compare
|
Review Summary by QodoSkip bulk import E2E tests due to UI viewport bug
WalkthroughsDescription• Skip 7 bulk import E2E tests affected by product UI bug • Save button rendered outside viewport in preview dialog • Mark tests with test.fixme() and link to [RHDHBUGS-2958](https://redhat.atlassian.net/browse/RHDHBUGS-2958) • Tests to be re-enabled when product bug is resolved Diagramflowchart LR
A["Bulk Import Tests"] -->|"Save button outside viewport"| B["Product UI Bug RHDHBUGS-2958"]
B -->|"Mark with test.fixme()"| C["7 Tests Skipped"]
C -->|"Await product fix"| D["Tests Re-enabled"]
File Changes1. e2e-tests/playwright/e2e/plugins/bulk-import.spec.ts
|



Summary
TimeoutError: element is outside of the viewporton every attemptChanges
bulk-import.spec.tswithtest.fixme()and link to RHDHBUGS-2958Code Quality
Related