tests - fix smoketests for new quick open impl

This commit is contained in:
Benjamin Pasero
2020-03-24 08:39:53 +01:00
parent 80b0200dea
commit 4f0b2b0689
5 changed files with 29 additions and 20 deletions

View File

@@ -9,7 +9,6 @@ export class QuickInput {
static QUICK_INPUT = '.quick-input-widget';
static QUICK_INPUT_INPUT = `${QuickInput.QUICK_INPUT} .quick-input-box input`;
static QUICK_INPUT_FOCUSED_ELEMENT = `${QuickInput.QUICK_INPUT} .quick-open-tree .monaco-tree-row.focused .monaco-highlighted-label`;
constructor(private code: Code) { }