Skip to content

Commit

Permalink
fixup! fixup! Fix web-platform-tests#3009: unable to search for mixed…
Browse files Browse the repository at this point in the history
… case filenames
  • Loading branch information
gsnedders committed Nov 2, 2023
1 parent 76d8c9f commit d4e3f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/components/test/test-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@
});

test('does not lowerCase', () => {
search_fixture.structuredQueries = true;
search_fixture.queryInput = 'a'; // first set is debounced
search_fixture.queryInput = 'shadow-dom/DocumentOrShadowRoot-prototype-elementFromPoint.html';
return waitingOn(() => search_fixture.structuredQuery)
Expand Down

0 comments on commit d4e3f6b

Please sign in to comment.