Skip to content

Commit d4e3f6b

Browse files
committed
fixup! fixup! Fix #3009: unable to search for mixed case filenames
1 parent 76d8c9f commit d4e3f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/components/test/test-search.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@
466466
});
467467

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

0 commit comments

Comments
 (0)