Commit 101c7bff authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Uncomment a11y test that now passes

parent c374b21b
...@@ -45,8 +45,7 @@ describe('AnnotationQuote', () => { ...@@ -45,8 +45,7 @@ describe('AnnotationQuote', () => {
assert.equal(quote.text(), 'test quote'); assert.equal(quote.text(), 'test quote');
}); });
// FIXME-A11Y it(
it.skip(
'should pass a11y checks', 'should pass a11y checks',
checkAccessibility({ checkAccessibility({
content: () => createQuote(), content: () => createQuote(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment