Skip to content

Update dependency @stackblitz/sdk to v1.10.0 #7473

Update dependency @stackblitz/sdk to v1.10.0

Update dependency @stackblitz/sdk to v1.10.0 #7473

Re-run triggered May 14, 2024 16:26
Status Failure
Total duration 5m 20s
Artifacts 1

main.yml

on: pull_request
Install node modules
1m 29s
Install node modules
Matrix: react17
Matrix: test
Matrix: test-chrome
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 6 warnings, and 1 notice
Build packages
Property 'toHaveFocus' does not exist on type 'Assertion<HTMLElement | null>'.
Build packages
Property 'toHaveFocus' does not exist on type 'Assertion<HTMLElement>'.
[safari] › examples/button/test-safari.ts:7:1 › buton receives focus on click: examples/button/test-safari.ts#L4
1) [safari] › examples/button/test-safari.ts:7:1 › buton receives focus on click ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to the server. Call log: - navigating to "http://localhost:3000/previews/button", waiting until "networkidle" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto("/previews/button", { waitUntil: "networkidle" }); | ^ 5 | }); 6 | 7 | test("buton receives focus on click", async ({ page }) => { at /Users/runner/work/ariakit/ariakit/examples/button/test-safari.ts:4:14
[safari] › examples/combobox-group/test-browser.ts:22:1 › maintain completion string while typing: examples/combobox-group/test-browser.ts#L19
2) [safari] › examples/combobox-group/test-browser.ts:22:1 › maintain completion string while typing Error: page.goto: Could not connect to the server. Call log: - navigating to "http://localhost:3000/previews/combobox-group", waiting until "networkidle" 17 | 18 | test.beforeEach(async ({ page }) => { > 19 | await page.goto("/previews/combobox-group", { waitUntil: "networkidle" }); | ^ 20 | }); 21 | 22 | test("maintain completion string while typing", async ({ page }) => { at /Users/runner/work/ariakit/ariakit/examples/combobox-group/test-browser.ts:19:14
[safari] › examples/combobox-group/test-browser.ts:22:1 › maintain completion string while typing: examples/combobox-group/test-browser.ts#L19
2) [safari] › examples/combobox-group/test-browser.ts:22:1 › maintain completion string while typing Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to the server. Call log: - navigating to "http://localhost:3000/previews/combobox-group", waiting until "networkidle" 17 | 18 | test.beforeEach(async ({ page }) => { > 19 | await page.goto("/previews/combobox-group", { waitUntil: "networkidle" }); | ^ 20 | }); 21 | 22 | test("maintain completion string while typing", async ({ page }) => { at /Users/runner/work/ariakit/ariakit/examples/combobox-group/test-browser.ts:19:14
[safari] › examples/combobox-group/test-browser.ts:40:1 › do not scroll when hovering over an item: examples/combobox-group/test-browser.ts#L19
3) [safari] › examples/combobox-group/test-browser.ts:40:1 › do not scroll when hovering over an item Error: page.goto: Could not connect to the server. Call log: - navigating to "http://localhost:3000/previews/combobox-group", waiting until "networkidle" 17 | 18 | test.beforeEach(async ({ page }) => { > 19 | await page.goto("/previews/combobox-group", { waitUntil: "networkidle" }); | ^ 20 | }); 21 | 22 | test("maintain completion string while typing", async ({ page }) => { at /Users/runner/work/ariakit/ariakit/examples/combobox-group/test-browser.ts:19:14
[safari] › examples/combobox-group/test-browser.ts:40:1 › do not scroll when hovering over an item: examples/combobox-group/test-browser.ts#L19
3) [safari] › examples/combobox-group/test-browser.ts:40:1 › do not scroll when hovering over an item Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to the server. Call log: - navigating to "http://localhost:3000/previews/combobox-group", waiting until "networkidle" 17 | 18 | test.beforeEach(async ({ page }) => { > 19 | await page.goto("/previews/combobox-group", { waitUntil: "networkidle" }); | ^ 20 | }); 21 | 22 | test("maintain completion string while typing", async ({ page }) => { at /Users/runner/work/ariakit/ariakit/examples/combobox-group/test-browser.ts:19:14
[safari] › examples/combobox-group/test-browser.ts:49:1 › do not scroll when opening the popover by typing: examples/combobox-group/test-browser.ts#L19
4) [safari] › examples/combobox-group/test-browser.ts:49:1 › do not scroll when opening the popover by typing Error: page.goto: Could not connect to the server. Call log: - navigating to "http://localhost:3000/previews/combobox-group", waiting until "networkidle" 17 | 18 | test.beforeEach(async ({ page }) => { > 19 | await page.goto("/previews/combobox-group", { waitUntil: "networkidle" }); | ^ 20 | }); 21 | 22 | test("maintain completion string while typing", async ({ page }) => { at /Users/runner/work/ariakit/ariakit/examples/combobox-group/test-browser.ts:19:14
[safari] › examples/combobox-group/test-browser.ts:49:1 › do not scroll when opening the popover by typing: examples/combobox-group/test-browser.ts#L19
4) [safari] › examples/combobox-group/test-browser.ts:49:1 › do not scroll when opening the popover by typing Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to the server. Call log: - navigating to "http://localhost:3000/previews/combobox-group", waiting until "networkidle" 17 | 18 | test.beforeEach(async ({ page }) => { > 19 | await page.goto("/previews/combobox-group", { waitUntil: "networkidle" }); | ^ 20 | }); 21 | 22 | test("maintain completion string while typing", async ({ page }) => { at /Users/runner/work/ariakit/ariakit/examples/combobox-group/test-browser.ts:19:14
[safari] › examples/combobox-group/test-browser.ts:57:1 › set value on tab: examples/combobox-group/test-browser.ts#L19
5) [safari] › examples/combobox-group/test-browser.ts:57:1 › set value on tab ──────────────────── Error: page.goto: Could not connect to the server. Call log: - navigating to "http://localhost:3000/previews/combobox-group", waiting until "networkidle" 17 | 18 | test.beforeEach(async ({ page }) => { > 19 | await page.goto("/previews/combobox-group", { waitUntil: "networkidle" }); | ^ 20 | }); 21 | 22 | test("maintain completion string while typing", async ({ page }) => { at /Users/runner/work/ariakit/ariakit/examples/combobox-group/test-browser.ts:19:14
[safari] › examples/combobox-group/test-browser.ts:57:1 › set value on tab: examples/combobox-group/test-browser.ts#L19
5) [safari] › examples/combobox-group/test-browser.ts:57:1 › set value on tab ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to the server. Call log: - navigating to "http://localhost:3000/previews/combobox-group", waiting until "networkidle" 17 | 18 | test.beforeEach(async ({ page }) => { > 19 | await page.goto("/previews/combobox-group", { waitUntil: "networkidle" }); | ^ 20 | }); 21 | 22 | test("maintain completion string while typing", async ({ page }) => { at /Users/runner/work/ariakit/ariakit/examples/combobox-group/test-browser.ts:19:14
[safari] › examples/combobox-group/test-browser.ts:75:1 › set value on tab after moving to another item: examples/combobox-group/test-browser.ts#L19
6) [safari] › examples/combobox-group/test-browser.ts:75:1 › set value on tab after moving to another item Error: page.goto: Could not connect to the server. Call log: - navigating to "http://localhost:3000/previews/combobox-group", waiting until "networkidle" 17 | 18 | test.beforeEach(async ({ page }) => { > 19 | await page.goto("/previews/combobox-group", { waitUntil: "networkidle" }); | ^ 20 | }); 21 | 22 | test("maintain completion string while typing", async ({ page }) => { at /Users/runner/work/ariakit/ariakit/examples/combobox-group/test-browser.ts:19:14
🎭 Playwright Run Summary
104 failed [safari] › examples/button/test-safari.ts:7:1 › buton receives focus on click ────────────────── [safari] › examples/combobox-group/test-browser.ts:22:1 › maintain completion string while typing [safari] › examples/combobox-group/test-browser.ts:40:1 › do not scroll when hovering over an item [safari] › examples/combobox-group/test-browser.ts:49:1 › do not scroll when opening the popover by typing [safari] › examples/combobox-group/test-browser.ts:57:1 › set value on tab ───────────────────── [safari] › examples/combobox-group/test-browser.ts:75:1 › set value on tab after moving to another item [safari] › examples/combobox-group/test-browser.ts:94:1 › set value on click outside ─────────── [safari] › examples/combobox-group/test-browser.ts:110:1 › keep caret position when typing ───── [safari] › examples/combobox-group/test-browser.ts:122:3 › Non-flacky › keep first item auto selected when holding backspace down [safari] › examples/combobox-input-email/test-browser.ts:10:1 › combobox should not throw when input type=email [safari] › examples/combobox-links/test-browser.ts:19:1 › click on link with mouse ───────────── [safari] › examples/combobox-links/test-browser.ts:26:1 › click on link with middle button ───── [safari] › examples/combobox-links/test-browser.ts:48:1 › click on link with cmd/ctrl ────────── [safari] › examples/combobox-links/test-browser.ts:61:1 › click on link with cmd/ctrl + enter ── [safari] › examples/combobox-links/test-browser.ts:88:1 › click on target blank link ─────────── [safari] › examples/combobox-links/test-browser.ts:101:1 › https://github.com/ariakit/ariakit/issues/2056 [safari] › examples/combobox-multiple/test-browser.ts:17:1 › scroll offscreen item into view after selecting it [safari] › examples/combobox-multiple/test-browser.ts:32:1 › scroll after hovering over an item [safari] › examples/dialog-animated/test-browser.ts:21:1 › show/hide ─────────────────────────── [safari] › examples/dialog-details/test-browser.ts:8:1 › show before JS ──────────────────────── [safari] › examples/dialog-menu/test-browser.ts:24:1 › dragging the cursor to outside the dialog [safari] › examples/dialog-menu/test-browser.ts:33:1 › dragging the cursor to outside the menu ─ [safari] › examples/dialog-menu/test-browser.ts:43:1 › dragging the cursor to outside both ───── [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide nested dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide sibling dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide nested parent backdrop dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide sibling parent backdrop dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide nested unmount dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide sibling unmount dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide nested no portal dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide sibling no portal dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide nested no portal portal dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide sibling no portal portal dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide nested no backdrop dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:67:3 › hide sibling no backdrop dialog by pressing Escape [safari] › examples/dialog-nested-multiple/test-browser.ts:109:3 › hide nested dialog by clicking outside [safari] › examples/dialog-nested-multiple/test-browser.ts:109:3 › hide sibling dialog by clicking outsi
Test React 17 (2/2)
Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/0ad4b8fadaa221de15dcec353f45205ec38ea70b'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
Test React 17 (2/2)
Back off 14.283 seconds before retry.
Test React 17 (2/2)
Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/0ad4b8fadaa221de15dcec353f45205ec38ea70b'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
Test React 17 (2/2)
Back off 20.269 seconds before retry.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-results". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Test macOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
test-results
14.2 MB