You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

21
+
`;
22
+
}
23
+
24
+
constacceptanceCriteria=`## Acceptance Criteria
15
25
- [ ] The specific axe violation reported in this issue is no longer reproducible.
16
26
- [ ] The fix MUST meet WCAG 2.1 guidelines OR the accessibility standards specified by the repository or organization.
17
27
- [ ] A test SHOULD be added to ensure this specific axe violation does not regress.
18
28
- [ ] This PR MUST NOT introduce any new accessibility issues or regressions.
19
29
`;
20
-
constbody=`## What
30
+
31
+
constbody=`## What
21
32
An accessibility scan flagged the element \`${finding.html}\` on ${finding.url} because ${finding.problemShort}. Learn more about why this was flagged by visiting ${finding.problemUrl}.
0 commit comments