feat(docs-app,ui-buttons): add auto-generated prop playground #7279
pr-validation.yml
on: pull_request
Lint commit msg + code
3m 54s
Vitest tests
4m 39s
Annotations
2 errors
|
Vitest tests
Process completed with exit code 1.
|
|
[browser (chromium)] packages/ui-tray/src/Tray/__tests__/Tray.test.tsx > <Tray /> > Component tests > should handle focus properly in complex cases:
packages/ui-tray/src/Tray/__tests__/Tray.test.tsx#L411
Error: expect(element).toHaveFocus()
Expected element with focus:
<button
id="test1_button"
>
test 1
</button>
Received element with focus:
<button
id="open_tray_button"
>
Open Tray
</button>
❯ packages/ui-tray/src/Tray/__tests__/Tray.test.tsx:411:9
Caused by: Caused by: Error: Matcher did not succeed in time.
❯ packages/ui-tray/src/Tray/__tests__/Tray.test.tsx:409:6
|