Skip to content

chore: remove vitest config #5

chore: remove vitest config

chore: remove vitest config #5

Triggered via push June 29, 2023 08:39
Status Failure
Total duration 4m 5s
Artifacts 1

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
[chromium] › button.test.ts:13:1 › has the correct aria attributes: packages/lib/src/tests/button.test.ts#L26
1) [chromium] › button.test.ts:13:1 › has the correct aria attributes ──────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('#root').locator('internal:control=component').getByRole('button', { name: 'Play Music', pressed: false }) 24 | }); 25 | > 26 | await expect(unpressed).toBeVisible(); | ^ 27 | await expect(pressed).toBeHidden(); 28 | await unpressed.click(); 29 | await expect(unpressed).toBeHidden(); at /__w/svelte-headlessui/svelte-headlessui/packages/lib/src/tests/button.test.ts:26:26
[chromium] › button.test.ts:13:1 › has the correct aria attributes: packages/lib/src/tests/button.test.ts#L26
1) [chromium] › button.test.ts:13:1 › has the correct aria attributes ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('#root').locator('internal:control=component').getByRole('button', { name: 'Play Music', pressed: false }) 24 | }); 25 | > 26 | await expect(unpressed).toBeVisible(); | ^ 27 | await expect(pressed).toBeHidden(); 28 | await unpressed.click(); 29 | await expect(unpressed).toBeHidden(); at /__w/svelte-headlessui/svelte-headlessui/packages/lib/src/tests/button.test.ts:26:26
[chromium] › button.test.ts:13:1 › has the correct aria attributes: packages/lib/src/tests/button.test.ts#L26
1) [chromium] › button.test.ts:13:1 › has the correct aria attributes ──────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('#root').locator('internal:control=component').getByRole('button', { name: 'Play Music', pressed: false }) 24 | }); 25 | > 26 | await expect(unpressed).toBeVisible(); | ^ 27 | await expect(pressed).toBeHidden(); 28 | await unpressed.click(); 29 | await expect(unpressed).toBeHidden(); at /__w/svelte-headlessui/svelte-headlessui/packages/lib/src/tests/button.test.ts:26:26
[chromium] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed: packages/lib/src/tests/combobox.test.ts#L43
2) [chromium] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('#root').locator('internal:control=component').getByRole('combobox', { expanded: true }) 41 | 42 | const comboboxOpen = component.getByRole('combobox', { expanded: true }); > 43 | await expect(comboboxOpen).toBeVisible(); | ^ 44 | const item = component.getByRole('option').first(); 45 | await expect(item).toBeInViewport(); 46 | await expect(item).toBeFocused(); at /__w/svelte-headlessui/svelte-headlessui/packages/lib/src/tests/combobox.test.ts:43:30
[chromium] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed: packages/lib/src/tests/combobox.test.ts#L43
2) [chromium] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('#root').locator('internal:control=component').getByRole('combobox', { expanded: true }) 41 | 42 | const comboboxOpen = component.getByRole('combobox', { expanded: true }); > 43 | await expect(comboboxOpen).toBeVisible(); | ^ 44 | const item = component.getByRole('option').first(); 45 | await expect(item).toBeInViewport(); 46 | await expect(item).toBeFocused(); at /__w/svelte-headlessui/svelte-headlessui/packages/lib/src/tests/combobox.test.ts:43:30
[chromium] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed: packages/lib/src/tests/combobox.test.ts#L43
2) [chromium] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('#root').locator('internal:control=component').getByRole('combobox', { expanded: true }) 41 | 42 | const comboboxOpen = component.getByRole('combobox', { expanded: true }); > 43 | await expect(comboboxOpen).toBeVisible(); | ^ 44 | const item = component.getByRole('option').first(); 45 | await expect(item).toBeInViewport(); 46 | await expect(item).toBeFocused(); at /__w/svelte-headlessui/svelte-headlessui/packages/lib/src/tests/combobox.test.ts:43:30
[firefox] › button.test.ts:13:1 › has the correct aria attributes: packages/lib/src/tests/button.test.ts#L26
3) [firefox] › button.test.ts:13:1 › has the correct aria attributes ───────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('#root').locator('internal:control=component').getByRole('button', { name: 'Play Music', pressed: false }) 24 | }); 25 | > 26 | await expect(unpressed).toBeVisible(); | ^ 27 | await expect(pressed).toBeHidden(); 28 | await unpressed.click(); 29 | await expect(unpressed).toBeHidden(); at /__w/svelte-headlessui/svelte-headlessui/packages/lib/src/tests/button.test.ts:26:26
[firefox] › button.test.ts:13:1 › has the correct aria attributes: packages/lib/src/tests/button.test.ts#L26
3) [firefox] › button.test.ts:13:1 › has the correct aria attributes ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('#root').locator('internal:control=component').getByRole('button', { name: 'Play Music', pressed: false }) 24 | }); 25 | > 26 | await expect(unpressed).toBeVisible(); | ^ 27 | await expect(pressed).toBeHidden(); 28 | await unpressed.click(); 29 | await expect(unpressed).toBeHidden(); at /__w/svelte-headlessui/svelte-headlessui/packages/lib/src/tests/button.test.ts:26:26
[firefox] › button.test.ts:13:1 › has the correct aria attributes: packages/lib/src/tests/button.test.ts#L26
3) [firefox] › button.test.ts:13:1 › has the correct aria attributes ───────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('#root').locator('internal:control=component').getByRole('button', { name: 'Play Music', pressed: false }) 24 | }); 25 | > 26 | await expect(unpressed).toBeVisible(); | ^ 27 | await expect(pressed).toBeHidden(); 28 | await unpressed.click(); 29 | await expect(unpressed).toBeHidden(); at /__w/svelte-headlessui/svelte-headlessui/packages/lib/src/tests/button.test.ts:26:26
[firefox] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed: packages/lib/src/tests/combobox.test.ts#L43
4) [firefox] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('#root').locator('internal:control=component').getByRole('combobox', { expanded: true }) 41 | 42 | const comboboxOpen = component.getByRole('combobox', { expanded: true }); > 43 | await expect(comboboxOpen).toBeVisible(); | ^ 44 | const item = component.getByRole('option').first(); 45 | await expect(item).toBeInViewport(); 46 | await expect(item).toBeFocused(); at /__w/svelte-headlessui/svelte-headlessui/packages/lib/src/tests/combobox.test.ts:43:30
🎭 Playwright Run Summary
6 failed [chromium] › button.test.ts:13:1 › has the correct aria attributes ───────────────────────────── [chromium] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed [firefox] › button.test.ts:13:1 › has the correct aria attributes ────────────────────────────── [firefox] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed [webkit] › button.test.ts:13:1 › has the correct aria attributes ─────────────────────────────── [webkit] › combobox.test.ts:33:2 › combobox › opens menu and focuses selected item when up or down is pressed 3 skipped 12 passed (2.6m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
3.56 MB