created:4/29/2021
updated:4/29/2021
loc
53
comments
8%
passed
36
coverage
80%
OptionsEditor
Options control editor.
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
OptionsEditor.test.ts(36 tests) | ||||
passed | OptionsEditor > overview | snapshot | 67 | |
passed | OptionsEditor > overview | accessibility | 145 | |
passed | OptionsEditor > objects | snapshot | 13 | |
passed | OptionsEditor > objects | accessibility | 64 | |
passed | OptionsEditor > numeric | snapshot | 12 | |
passed | OptionsEditor > numeric | accessibility | 56 | |
passed | OptionsEditor > multiSelectSimple | snapshot | 16 | |
passed | OptionsEditor > multiSelectSimple | accessibility | 66 | |
passed | OptionsEditor > multiSelectObjects | snapshot | 23 |
total 36 tests
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
OptionsEditor.tsx | |||||
lines | 26 | 24 | 0 | 92.3% | |
functions | 5 | 4 | 0 | 80% | |
statements | 30 | 28 | 0 | 93.33% | |
branches | 14 | 12 | 0 | 85.71% |
id | description | |
---|---|---|
aria-allowed-attr | Ensures ARIA attributes are allowed for an element's role... | |
aria-valid-attr-value | Ensures all ARIA attributes have valid values... | |
aria-valid-attr | Ensures attributes that begin with aria- are valid ARIA attributes... | |
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... | |
nested-interactive | Ensure controls are not nested as they are not announced by screen readers... | |
select-name | Ensures select element has an accessible name... |