Sequence metadata UI #6769
Annotations
10 errors, 2 warnings, and 1 notice
|
Test (e2e):
e2e-tests/tests/workspace.test.ts#L87
2) [e2e tests] › e2e-tests/tests/workspace.test.ts:86:3 › Workspace › Workspace header menu should be accessible
Error: expect(locator).toBeVisible() failed
Locator: getByRole('complementary').getByRole('button', { name: 'New Workspace Item' }).first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('complementary').getByRole('button', { name: 'New Workspace Item' }).first()
85 |
86 | test('Workspace header menu should be accessible', async () => {
> 87 | await expect(workspace.workspaceContextMenuButton).toBeVisible();
| ^
88 | await workspace.openWorkspaceContextMenu();
89 | await expect(workspace.workspaceHeaderMenu).toBeVisible();
90 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/workspace.test.ts:87:56
|
|
Test (e2e):
e2e-tests/tests/actions.test.ts#L50
1) [e2e tests] › e2e-tests/tests/actions.test.ts:49:3 › Actions › Navigate to workspace actions from sidebar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
48 | test.describe.serial('Actions', () => {
49 | test('Navigate to workspace actions from sidebar', async () => {
> 50 | const newPagePromise = setup.context.waitForEvent('page');
| ^
51 | await setup.page.getByRole('complementary').getByRole('button', { name: 'Actions' }).click();
52 | const newTab = await newPagePromise;
53 | await newTab.waitForLoadState();
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/actions.test.ts:50:42
|
|
Test (e2e):
e2e-tests/tests/actions.test.ts#L51
1) [e2e tests] › e2e-tests/tests/actions.test.ts:49:3 › Actions › Navigate to workspace actions from sidebar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('complementary').getByRole('button', { name: 'Actions' })
49 | test('Navigate to workspace actions from sidebar', async () => {
50 | const newPagePromise = setup.context.waitForEvent('page');
> 51 | await setup.page.getByRole('complementary').getByRole('button', { name: 'Actions' }).click();
| ^
52 | const newTab = await newPagePromise;
53 | await newTab.waitForLoadState();
54 | await newTab.getByText('Loading...').first().waitFor({ state: 'hidden' });
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/actions.test.ts:51:90
|
|
Test (e2e):
e2e-tests/tests/actions.test.ts#L0
1) [e2e tests] › e2e-tests/tests/actions.test.ts:49:3 › Actions › Navigate to workspace actions from sidebar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
Test (e2e):
e2e-tests/tests/actions.test.ts#L50
1) [e2e tests] › e2e-tests/tests/actions.test.ts:49:3 › Actions › Navigate to workspace actions from sidebar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
48 | test.describe.serial('Actions', () => {
49 | test('Navigate to workspace actions from sidebar', async () => {
> 50 | const newPagePromise = setup.context.waitForEvent('page');
| ^
51 | await setup.page.getByRole('complementary').getByRole('button', { name: 'Actions' }).click();
52 | const newTab = await newPagePromise;
53 | await newTab.waitForLoadState();
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/actions.test.ts:50:42
|
|
Test (e2e):
e2e-tests/tests/actions.test.ts#L51
1) [e2e tests] › e2e-tests/tests/actions.test.ts:49:3 › Actions › Navigate to workspace actions from sidebar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('complementary').getByRole('button', { name: 'Actions' })
49 | test('Navigate to workspace actions from sidebar', async () => {
50 | const newPagePromise = setup.context.waitForEvent('page');
> 51 | await setup.page.getByRole('complementary').getByRole('button', { name: 'Actions' }).click();
| ^
52 | const newTab = await newPagePromise;
53 | await newTab.waitForLoadState();
54 | await newTab.getByText('Loading...').first().waitFor({ state: 'hidden' });
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/actions.test.ts:51:90
|
|
Test (e2e):
e2e-tests/tests/actions.test.ts#L0
1) [e2e tests] › e2e-tests/tests/actions.test.ts:49:3 › Actions › Navigate to workspace actions from sidebar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
Test (e2e):
e2e-tests/tests/actions.test.ts#L50
1) [e2e tests] › e2e-tests/tests/actions.test.ts:49:3 › Actions › Navigate to workspace actions from sidebar
Error: browserContext.waitForEvent: Target page, context or browser has been closed
48 | test.describe.serial('Actions', () => {
49 | test('Navigate to workspace actions from sidebar', async () => {
> 50 | const newPagePromise = setup.context.waitForEvent('page');
| ^
51 | await setup.page.getByRole('complementary').getByRole('button', { name: 'Actions' }).click();
52 | const newTab = await newPagePromise;
53 | await newTab.waitForLoadState();
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/actions.test.ts:50:42
|
|
Test (e2e):
e2e-tests/tests/actions.test.ts#L51
1) [e2e tests] › e2e-tests/tests/actions.test.ts:49:3 › Actions › Navigate to workspace actions from sidebar
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('complementary').getByRole('button', { name: 'Actions' })
49 | test('Navigate to workspace actions from sidebar', async () => {
50 | const newPagePromise = setup.context.waitForEvent('page');
> 51 | await setup.page.getByRole('complementary').getByRole('button', { name: 'Actions' }).click();
| ^
52 | const newTab = await newPagePromise;
53 | await newTab.waitForLoadState();
54 | await newTab.getByText('Loading...').first().waitFor({ state: 'hidden' });
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/actions.test.ts:51:90
|
|
Test (e2e):
e2e-tests/tests/actions.test.ts#L0
1) [e2e tests] › e2e-tests/tests/actions.test.ts:49:3 › Actions › Navigate to workspace actions from sidebar
Test timeout of 30000ms exceeded.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test (e2e):
[e2e tests] › e2e-tests/tests/external-sources.test.ts#L0
[e2e tests] › e2e-tests/tests/external-sources.test.ts took 1.0m
|
|
Test (e2e)
2 failed
[e2e tests] › e2e-tests/tests/actions.test.ts:49:3 › Actions › Navigate to workspace actions from sidebar
[e2e tests] › e2e-tests/tests/workspace.test.ts:86:3 › Workspace › Workspace header menu should be accessible
1 flaky
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
27 did not run
215 passed (9.0m)
|
Loading