StoryData
Displays document data associated with a story
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
StoryData.test.ts(12 tests) | ||||
passed | StoryData > overview | snapshot | 224 | |
passed | StoryData > overview | accessibility | 2030 | |
passed | StoryData > pagination > 1 | snapshot | 190 | |
passed | StoryData > pagination > 1 | accessibility | 1937 | |
passed | StoryData > pagination > 2 | snapshot | 145 | |
passed | StoryData > pagination > 2 | accessibility | 1376 | |
passed | StoryData > pagination > 3 | snapshot | 109 | |
passed | StoryData > pagination > 3 | accessibility | 2131 | |
passed | StoryData > pagination > 4 | snapshot | 124 |
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
StoryData.tsx | |||||
lines | 14 | 13 | 0 | 92.85% | |
functions | 1 | 1 | 0 | 100% | |
statements | 15 | 14 | 0 | 93.33% | |
branches | 18 | 14 | 0 | 77.77% |
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-required-attr | Ensures elements with ARIA roles have all required ARIA attributes... | |
aria-required-children | Ensures elements with an ARIA role that require child roles contain them... | |
aria-required-parent | Ensures elements with an ARIA role that require parent roles are contained by them... | |
aria-roles | Ensures all elements with a role attribute use a valid value... | |
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... | |
duplicate-id | Ensures every id attribute value is unique... | |
empty-table-header | Ensures table headers have discernible text... | |
identical-links-same-purpose | Ensure that links with the same accessible name serve a similar purpose... | |
link-name | Ensures links have discernible text... | |
table-duplicate-name | Ensure the <caption> element does not contain the same text as the summary attribute... | |
td-headers-attr | Ensure that each cell in a table that uses the headers attribute refers only to other cells in that table... | |
th-has-data-cells | Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe... |