Upcoming Release Changes #26918
Annotations
2 errors, 2 warnings, and 1 notice
|
playwright:
e2e/helpers/laboratory.ts#L71
1) [chromium] › e2e/specs/laboratory-tabs.spec.ts:10:3 › Laboratory > Tabs › deleting the last tab should reset its state to defaults
Error: locator.click: Test timeout of 80000ms exceeded.
Call log:
- waiting for locator('button[aria-label="New tab"]')
- locator resolved to <button type="button" data-state="closed" aria-label="New tab" class="graphiql-un-styled graphiql-tab-add">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at ../helpers/laboratory.ts:71
69 | },
70 | async openNewTab() {
> 71 | await page.locator('button[aria-label="New tab"]').click();
| ^
72 | await this.assertActiveTab('untitled');
73 | },
74 | async assertActiveTab(name) {
at Object.openNewTab (/home/runner/work/console/console/e2e/helpers/laboratory.ts:71:58)
at /home/runner/work/console/console/e2e/specs/laboratory-tabs.spec.ts:18:22
|
|
playwright:
e2e/specs/laboratory-tabs.spec.ts#L0
1) [chromium] › e2e/specs/laboratory-tabs.spec.ts:10:3 › Laboratory > Tabs › deleting the last tab should reset its state to defaults
Test timeout of 80000ms exceeded.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
playwright:
[chromium] › e2e/specs/app.spec.ts#L0
[chromium] › e2e/specs/app.spec.ts took 5.2m
|
|
playwright
1 flaky
[chromium] › e2e/specs/laboratory-tabs.spec.ts:10:3 › Laboratory > Tabs › deleting the last tab should reset its state to defaults
42 passed (10.3m)
|
background
wait
wait-all
cancel
parallel
Loading