You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(e2e): skip bulk import tests due to UI bug (RHDHBUGS-2958)
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
test.fixme("Add a Repository, generate a PR, and confirm its preview",async()=>{
152
154
// Wait to ensure the repo will appear in the Bulk Import UI
153
155
awaitexpect(async()=>{
154
156
awaitpage.reload();
@@ -176,7 +178,8 @@ spec:
176
178
});
177
179
});
178
180
179
-
test('Verify that the two selected repositories are listed: one with the status "Already imported" and another with the status "WAIT_PR_APPROVAL."',async()=>{
test.fixme('Verify that the two selected repositories are listed: one with the status "Already imported" and another with the status "WAIT_PR_APPROVAL."',async()=>{
0 commit comments