Skip to content

Update dependency @tanstack/react-query to v5.36.0 #7478

Update dependency @tanstack/react-query to v5.36.0

Update dependency @tanstack/react-query to v5.36.0 #7478

Triggered via pull request May 10, 2024 15:50
Status Success
Total duration 10m 29s
Artifacts

main.yml

on: pull_request
Install node modules
1m 16s
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/combobox-group/test-browser.ts:110:1 › keep caret position when typing: examples/combobox-group/test-browser.ts#L113
2) [safari] › examples/combobox-group/test-browser.ts:110:1 › keep caret position when typing ──── Error: expect(received).toBe(expected) // Object.is equality Expected: "ple" Received: "" 111 | await getCombobox(page).click(); 112 | await page.keyboard.type("ap"); > 113 | expect(await getSelectionValue(page)).toBe("ple"); | ^ 114 | await page.keyboard.press("ArrowLeft"); 115 | await page.keyboard.type("pp"); 116 | await expect(getCombobox(page)).toHaveValue("apppple"); at /Users/runner/work/ariakit/ariakit/examples/combobox-group/test-browser.ts:113:41
[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 [chrome] › examples/menubar/test-browser.ts:15:1 › re-open submenu and shift-tab back to the parent menu 156 passed (1.4m)
🎭 Playwright Run Summary
3 flaky [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:110:1 › keep caret position when typing ───── [safari] › examples/select-combobox-tab/test-browser.ts:13:3 › Select with Tab - reset scroll position when switching tabs 101 passed (3.6m)