Remove legacy smoke test driver (#147393)

* wip

* fix imports

* more lipstick

* fix?

* fix
This commit is contained in:
Benjamin Pasero
2022-04-13 19:19:58 +02:00
committed by GitHub
parent 675b8c3da0
commit c4cdb552a5
28 changed files with 82 additions and 886 deletions

View File

@@ -8,7 +8,7 @@ import { Commands } from './workbench';
import { Code, findElement } from './code';
import { Editors } from './editors';
import { Editor } from './editor';
import { IElement } from '../src/driver';
import { IElement } from './driver';
const VIEWLET = 'div[id="workbench.view.debug"]';
const DEBUG_VIEW = `${VIEWLET}`;