created:4/4/2021
updated:4/4/2021
loc
102
comments
6%
passed
6
coverage
59%
ObjectEditor
Object control editor.
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
ObjectEditor.test.ts(6 tests) | ||||
passed | ObjectEditor > overview | snapshot | 50 | |
passed | ObjectEditor > overview | accessibility | 5958 | |
passed | ObjectEditor > editLabel | snapshot | 25806 | |
passed | ObjectEditor > editLabel | accessibility | 2101 | |
passed | ObjectEditor > inline | snapshot | 53 | |
passed | ObjectEditor > inline | accessibility | 46 |
total 6 tests
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
ObjectEditor.tsx | |||||
lines | 28 | 24 | 0 | 85.71% | |
functions | 8 | 5 | 0 | 62.5% | |
statements | 29 | 25 | 0 | 86.2% | |
branches | 17 | 10 | 0 | 58.82% |
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... | |
avoid-inline-spacing | Ensure that text spacing set through style attributes can be adjusted with custom stylesheets... | |
button-name | Ensures buttons have discernible text... | |
color-contrast | Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds... | |
nested-interactive | Ensure controls are not nested as they are not announced by screen readers... |