-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.8.0
-
False
-
-
False
-
-
Description of problem:
**
TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for locator('tr:has(:text-is("janus-test-1-bulk-import-test-1760002920241"))') 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:238:20
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# <steps>