-
Bug
-
Resolution: Done
-
Blocker
-
1.7.0
-
None
-
1
-
False
-
-
False
-
Release Note Not Required
-
-
-
RHDH Plugins 3277, RHDH Plugins 3278
-
Critical
Description of problem:
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
There seems to be a consistent timeout failure with bulk import on a few of PRs. https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/redhat-developer_rhdh/3103/pull-ci-redhat-developer-rhdh-main-e2e-tests/1943413992936443904
Unknown macro: {bulk-import.spec.ts})
at support/pages/bulk-import.ts:22
20 | await this.page
21 | .getByPlaceholder("Filter", { exact: true })
> 22 | .fill(searchText);
| ^
23 | }
24 |
25 | async newGitHubRepo(owner: string, repoName: string) {
at BulkImport.filterAddedRepo (/tmp/rhdh/e2e-tests/playwright/support/pages/bulk-import.ts:22:8)
at /tmp/rhdh/e2e-tests/playwright/e2e/plugins/bulk-import.spec.ts:98:22
Actual results:
Failed tests that block merging of PRs
Expected results:
Tests pass
Reproducibility (Always/Intermittent/Only Once):
Always