Reenable smoke test to see if still flakey

Ref #115244
This commit is contained in:
Jackson Kearl 2021-03-05 22:05:32 -08:00
parent 74014e7fc6
commit 5d80c30e5b
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -35,7 +35,7 @@ export function setup() {
});
// https://github.com/microsoft/vscode/issues/115244
it.skip('dismisses result & checks for correct result number', async function () {
it('dismisses result & checks for correct result number', async function () {
const app = this.app as Application;
await app.workbench.search.searchFor('body');
await app.workbench.search.removeFileMatch('app.js');