-
Bug
-
Resolution: Unresolved
-
Critical
-
1.10.0
-
1
-
False
-
-
False
-
-
Test Purpose: This test verifies that repositories defined in the application's configuration are correctly displayed in the bulk import UI with the status 'Already imported'.
Failure Message: `Error: expect(locator).toBeVisible() failed. Locator: locator('tr:has(:text-is("janus-test-3-bulk-import"))').locator('td').filter(
{ hasText: 'Already imported' }).first()`
Root Cause Analysis: The test failed because it asserts the status of a pre-existing component is 'Already imported', while the UI actually displays the status as 'Added'. The screenshot confirms the component `janus-test-3-bulk-import` has the status 'Added', causing the test's specific locator to time out.
- links to