diff --git a/tests/e2e/tests/plugins/VscodeValePlugin.spec.ts b/tests/e2e/tests/plugins/VscodeValePlugin.spec.ts index 3a64155870..e5abbba3b6 100644 --- a/tests/e2e/tests/plugins/VscodeValePlugin.spec.ts +++ b/tests/e2e/tests/plugins/VscodeValePlugin.spec.ts @@ -37,8 +37,7 @@ const projectName: string = 'che-docs'; const pathToFile: string = `${projectName}/modules/administration-guide/partials`; const docFileName: string = 'assembly_authenticating-users.adoc'; -// skipped until issue: https://github.com/eclipse/che/issues/19289 resolved -suite.skip('The "VscodeValePlugin" userstory', async () => { +suite('The "VscodeValePlugin" userstory', async () => { suite('Create workspace', async () => { test('Create workspace using factory', async () => { await driverHelper.navigateToUrl(factoryUrl);