-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.8.0
-
False
-
-
False
-
-
Description of problem:
Test `Import component and validate scorecard tabs for GitHub PRs and Jira tickets ` seems flaky
**
{bulk-import.spec.ts:156:3 Edit Pull request Details and Ensure PR Content Reflects Changes FAILURE
[showcase-rbac] › e2e/plugins/bulk-import.spec.ts:156:3 › Bulk Import plugin › Edit Pull request Details and Ensure PR Content Reflects Changes
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tr:has(:text-is("bulk-import-1760843473112"))') to be visible
at utils/ui-helper.ts:601
599 | ) {
600 | const row = this.page.locator(UI_HELPER_ELEMENTS.rowByText(uniqueRowText));
> 601 | await row.waitFor();
| ^
602 | await row
603 | .locator(
604 | `button:has-text("${textOrLabel}"), button[aria-label="${textOrLabel}"]`,
at UIhelper.clickOnButtonInTableByUniqueText (/tmp/rhdh/e2e-tests/playwright/utils/ui-helper.ts:601:15)
at /tmp/rhdh/e2e-tests/playwright/e2e/plugins/bulk-import.spec.ts:158:20
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# <steps>
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Build Details:
Additional info (Such as Logs, Screenshots, etc):
- is incorporated by
-
RHDHBUGS-2116 e2e - e2e/plugins/bulk-import.spec.ts: tests flaky and failing
-
- Refinement
-
- links to