Skip to content

test-vo

test-vo #360

Triggered via schedule May 19, 2024 00:16
Status Success
Total duration 6m 58s
Artifacts

test-vo.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error, 1 warning, and 1 notice
[vo] › examples/combobox-filtering/test-vo.ts:9:1 › navigate through items: examples/combobox-filtering/test-vo.ts#L15
1) [vo] › examples/combobox-filtering/test-vo.ts:9:1 › navigate through items ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Salad selected" Received: "" 13 | await page.keyboard.press("s"); 14 | await vo.press("ArrowDown"); > 15 | expect(await vo.itemText()).toBe("Salad selected"); | ^ 16 | await vo.press("ArrowDown"); 17 | expect(await vo.itemText()).toBe("Sandwich selected"); 18 | }); at /Users/runner/work/ariakit/ariakit/examples/combobox-filtering/test-vo.ts:15:31
🎭 Playwright Run Summary
1 flaky [vo] › examples/combobox-filtering/test-vo.ts:9:1 › navigate through items ─────────────────────
Test VoiceOver
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: guidepup/setup-action@0.15.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.