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', () => {
assert.equal(quote.text(), 'test quote');
});
// FIXME-A11Y
it.skip(
it(
'should pass a11y checks',
checkAccessibility({
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