Unit tests for @envyjs/ui
#31
Triggered via pull request
September 20, 2023 12:17
Status
Failure
Total duration
6h 0m 29s
Artifacts
–
Annotations
12 errors
lint
@envy/browser#lint: command (/home/runner/work/envy/envy/packages/browser) yarn run lint exited (1)
|
lint:
packages/browser/src/components/Authorization.tsx#L88
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
lint:
packages/browser/src/components/Authorization.tsx#L88
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
lint:
packages/browser/src/components/TraceList.tsx#L95
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
lint:
packages/browser/src/components/TraceList.tsx#L95
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
lint:
packages/browser/src/components/ui/DropDown.test.tsx#L1
'waitFor' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/browser/src/components/ui/DropDown.tsx#L84
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
lint:
packages/browser/src/components/ui/DropDown.tsx#L84
Elements with the 'listbox' interactive role must be focusable
|
lint:
packages/browser/src/components/ui/DropDown.tsx#L109
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
test
The job running on runner GitHub Actions 4 has exceeded the maximum execution time of 360 minutes.
|
test
The operation was canceled.
|