Skip to content

Commit

Permalink
Add audit exception for search file
Browse files Browse the repository at this point in the history
I thought I could address this but it seems like it’ll entail
overriding more Ember Power Select templates, so I’ll come
back to it separately.
  • Loading branch information
backspace committed Jul 30, 2020
1 parent 102a152 commit b5d4e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/tests/acceptance/search-test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable ember-a11y-testing/a11y-audit-called */ // TODO
import { module, test } from 'qunit';
import { currentURL, triggerEvent, visit } from '@ember/test-helpers';
import { setupApplicationTest } from 'ember-qunit';
Expand Down

0 comments on commit b5d4e3e

Please sign in to comment.