Skip to content

Commit

Permalink
fix: removes flaky test in axe Pro api check
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoSponge committed Oct 18, 2019
1 parent 9bc1628 commit b2bdcd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/integration/api/external/index.js
Expand Up @@ -101,9 +101,6 @@ describe('external API', function() {
it('must be a function with the signature Element -> Boolean', function() {
assert.isBoolean(axe.commons.dom.isOpaque(randomNodeInTree(isElement)));
});
it('must return true for disconnected elements', function() {
assert.isTrue(axe.commons.dom.isOpaque(randomElement()));
});
});

describe('axe.commons.text.accessibleTextVirtual', function() {
Expand Down

0 comments on commit b2bdcd1

Please sign in to comment.