Remove resolved TODOs

This commit is contained in:
Daniel Imms 2019-08-09 11:15:45 -07:00
parent eff2a4a454
commit b7bc156319

View file

@ -66,7 +66,6 @@ export class Application {
async start(expectWalkthroughPart = true): Promise<any> {
await this._start();
// TODO: web doesn't show explorer?
await this.code.waitForElement('.explorer-folders-view');
if (expectWalkthroughPart) {
@ -139,7 +138,6 @@ export class Application {
}
await this.code.waitForWindowIds(ids => ids.length > 0);
// TODO: Remove on web?
await this.code.waitForElement('.monaco-workbench');
if (this.remote) {