created:3/5/2021
updated:3/5/2021
loc
24
comments
25%
passed
2
coverage
80%

EditPage

avatar of atanasster

Display a Edit this page link to the page source repository. In order for this to work, you need to set up the

repository
field in
package.json
.

Tests results

Status
Full name
Title
Time(ms)
EditPage.test.ts(2 tests)
passed
EditPage > overview
snapshot
59
passed
EditPage > overview
accessibility
168
total 2 tests

Tests coverage

Kind
Total
Covered
Skipped
%
EditPage.tsx
lines
8
8
0
100%
functions
1
1
0
100%
statements
9
9
0
100%
branches
5
4
0
80%

A11y tests

 
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...

color-contrast

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds...

identical-links-same-purpose

Ensure that links with the same accessible name serve a similar purpose...

link-name

Ensures links have discernible text...