#142027 enable preferences smoke test

This commit is contained in:
Sandeep Somavarapu 2022-02-08 08:30:27 +01:00
parent cfd927bd0c
commit 3b1da68d60
No known key found for this signature in database
GPG key ID: 1FED25EC4646638B

View file

@ -12,7 +12,7 @@ export function setup(logger: Logger) {
// Shared before/after handling
installAllHandlers(logger);
it.skip('turns off editor line numbers and verifies the live change', async function () { // TODO@sandy081 https://github.com/microsoft/vscode/issues/141054
it('turns off editor line numbers and verifies the live change', async function () {
const app = this.app as Application;
await app.workbench.settingsEditor.openUserSettingsFile();