Search
search input component connected to the store
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
Search.test.ts(2 tests) | ||||
passed | Search > overview | snapshot | 40 | |
passed | Search > overview | accessibility | 66 |
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
Search.tsx | |||||
lines | 16 | 10 | 0 | 62.5% | |
functions | 5 | 1 | 0 | 20% | |
statements | 16 | 10 | 0 | 62.5% | |
branches | 7 | 1 | 0 | 14.28% |
id | description | |
---|---|---|
aria-allowed-attr | Ensures ARIA attributes are allowed for an element's role... | |
aria-allowed-role | Ensures role attribute has an appropriate value for the element... | |
aria-hidden-focus | Ensures aria-hidden elements do not contain focusable elements... | |
aria-valid-attr-value | Ensures all ARIA attributes have valid values... | |
aria-valid-attr | Ensures attributes that begin with aria- are valid ARIA attributes... | |
avoid-inline-spacing | Ensure that text spacing set through style attributes can be adjusted with custom stylesheets... | |
color-contrast | Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds... | |
form-field-multiple-labels | Ensures form field does not have multiple label elements... | |
label-title-only | Ensures that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes... | |
label | Ensures every form element has a label... |