Skip to content

Commit cdabfc3

Browse files
committed
Fix search smoketest
1 parent 3d3df21 commit cdabfc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/smoke/src/areas/search/search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { Viewlet } from '../workbench/viewlet';
77
import { Code } from '../../vscode/code';
88

9-
const VIEWLET = 'div[id="workbench.view.search"] .search-view';
9+
const VIEWLET = 'div[id="workbench.view.search"].search-view';
1010
const INPUT = `${VIEWLET} .search-widget .search-container .monaco-inputbox input`;
1111
const INCLUDE_INPUT = `${VIEWLET} .query-details .file-types.includes .monaco-inputbox input`;
1212
const FILE_MATCH = filename => `${VIEWLET} .results .filematch[data-resource$="${filename}"]`;

0 commit comments

Comments
 (0)