From 560417f89d045c9c0a46e615f31eebdbd15ab02a Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Fri, 29 Mar 2019 16:30:04 +0100 Subject: [PATCH] unfocused test before push --- e2e/paths/route-module/01_create.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/paths/route-module/01_create.spec.js b/e2e/paths/route-module/01_create.spec.js index 801c0af19a..d69c2ccabc 100644 --- a/e2e/paths/route-module/01_create.spec.js +++ b/e2e/paths/route-module/01_create.spec.js @@ -1,7 +1,7 @@ import selectors from '../../helpers/selectors.js'; import createNightmare from '../../helpers/nightmare'; -fdescribe('Route create path', () => { +describe('Route create path', () => { const nightmare = createNightmare(); describe('as employee', () => { beforeAll(() => {