From f8a7aaef6b7db0b59bef382f5eefaac204236ca0 Mon Sep 17 00:00:00 2001 From: Ihor Okhrimenko Date: Thu, 8 Apr 2021 14:29:07 +0300 Subject: [PATCH] Enable the Vale plugin test (#19533) Signed-off-by: Ihor Okhrimenko --- tests/e2e/tests/plugins/VscodeValePlugin.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);