Enable the Vale plugin test (#19533)

Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
7.30.x
Ihor Okhrimenko 2021-04-08 14:29:07 +03:00 committed by GitHub
parent f0826cf64c
commit f8a7aaef6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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);