Skip to content

Commit

Permalink
fixing botched merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-tripp committed Nov 1, 2021
1 parent 9aa0e0e commit 376540b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/checks/keyboard/no-focusable-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ describe('no-focusable-content tests', function() {
assert.isFalse(check.evaluate.apply(checkContext, params));
assert.deepEqual(checkContext._data, { messageKey: 'notHidden' });
});



});

0 comments on commit 376540b

Please sign in to comment.