We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d8c9f commit d4e3f6bCopy full SHA for d4e3f6b
webapp/components/test/test-search.html
@@ -466,6 +466,7 @@
466
});
467
468
test('does not lowerCase', () => {
469
+ search_fixture.structuredQueries = true;
470
search_fixture.queryInput = 'a'; // first set is debounced
471
search_fixture.queryInput = 'shadow-dom/DocumentOrShadowRoot-prototype-elementFromPoint.html';
472
return waitingOn(() => search_fixture.structuredQuery)
0 commit comments