Skip to content

Update dependency shiki to v1.5.2 #7476

Update dependency shiki to v1.5.2

Update dependency shiki to v1.5.2 #7476

Triggered via pull request May 9, 2024 07:53
Status Success
Total duration 9m 45s
Artifacts

main.yml

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

Annotations

4 errors and 2 notices
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/hovercard/test-browser.ts:15:1 › https://github.com/ariakit/ariakit/issues/1662: examples/hovercard/test-browser.ts#L24
2) [safari] › examples/hovercard/test-browser.ts:15:1 › https://github.com/ariakit/ariakit/issues/1662 Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('dialog', { name: 'Ariakit' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('dialog', { name: 'Ariakit' }) 22 | await page.mouse.wheel(0, 300); 23 | await page.waitForTimeout(600); > 24 | await expect(getHovercard(page)).toBeVisible(); | ^ 25 | await page.mouse.move(0, 0); 26 | await expect(getHovercard(page)).not.toBeVisible(); 27 | }); at /Users/runner/work/ariakit/ariakit/examples/hovercard/test-browser.ts:24:36
[safari] › examples/select-combobox-tab/test-browser.ts:13:3 › Select with Tab - reset scroll position when switching tabs: examples/select-combobox-tab/test-browser.ts#L28
3) [safari] › examples/select-combobox-tab/test-browser.ts:13:3 › Select with Tab - reset scroll position when switching tabs Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible() Locator: getByRole('dialog') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for getByRole('dialog') - locator resolved to <div id=":r0:" role="dialog" tabindex="-1" data-dialo…>…</div> - unexpected value "visible" - locator resolved to <div id=":r0:" role="dialog" tabindex="-1" data-dialo…>…</div> - unexpected value "visible" - locator resolved to <div id=":r0:" role="dialog" tabindex="-1" data-dialo…>…</div> - unexpected value "visible" - locator resolved to <div id=":r0:" role="dialog" tabindex="-1" data-dialo…>…</div> - unexpected value "visible" - locator resolved to <div id=":r0:" role="dialog" tabindex="-1" data-dialo…>…</div> - unexpected value "visible" - locator resolved to <div id=":r0:" role="dialog" tabindex="-1" data-dialo…>…</div> - unexpected value "visible" - locator resolved to <div id=":r0:" role="dialog" tabindex="-1" data-dialo…>…</div> - unexpected value "visible" - locator resolved to <div id=":r0:" role="dialog" tabindex="-1" data-dialo…>…</div> - unexpected value "visible" - locator resolved to <div id=":r0:" role="dialog" tabindex="-1" data-dialo…>…</div> - unexpected value "visible" 26 | // Select one of the options at the bottom 27 | await q.option().last().click(); > 28 | await expect(q.dialog()).not.toBeVisible(); | ^ 29 | 30 | // Assert last option is selected and visible in the viewport 31 | await page.keyboard.press("ArrowDown"); at /Users/runner/work/ariakit/ariakit/examples/select-combobox-tab/test-browser.ts:28:34
🎭 Playwright Run Summary
1 flaky [firefox] › examples/tab-panel-animated/test-chrome-firefox.ts:14:1 › switch tabs ────────────── 96 passed (1.2m)
🎭 Playwright Run Summary
3 flaky [safari] › examples/combobox-group/test-browser.ts:110:1 › keep caret position when typing ───── [safari] › examples/hovercard/test-browser.ts:15:1 › https://github.com/ariakit/ariakit/issues/1662 [safari] › examples/select-combobox-tab/test-browser.ts:13:3 › Select with Tab - reset scroll position when switching tabs 101 passed (3.2m)