We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d63190 commit fe747f8Copy full SHA for fe747f8
1 file changed
test/smoke/src/areas/debug/debug.ts
@@ -25,7 +25,7 @@ const DEBUG_STATUS_BAR = `.statusbar.debugging`;
25
const NOT_DEBUG_STATUS_BAR = `.statusbar:not(debugging)`;
26
const TOOLBAR_HIDDEN = `.debug-actions-widget.monaco-builder-hidden`;
27
const STACK_FRAME = `${VIEWLET} .monaco-tree-row .stack-frame`;
28
-const SPECIFIC_STACK_FRAME = filename => `${STACK_FRAME} .file[title$="${filename}"]`;
+const SPECIFIC_STACK_FRAME = filename => `${STACK_FRAME} .file[title*="${filename}"]`;
29
const VARIABLE = `${VIEWLET} .debug-variables .monaco-tree-row .expression`;
30
const CONSOLE_OUTPUT = `.repl .output.expression .value`;
31
const CONSOLE_INPUT_OUTPUT = `.repl .input-output-pair .output.expression .value`;
0 commit comments