From a8aeaab97dbe906d1b54453154966c01ea10fd94 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez <=> Date: Thu, 25 Oct 2018 09:04:41 +0200 Subject: [PATCH] removed fdescribe --- e2e/paths/client-module/01_create_client.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/paths/client-module/01_create_client.spec.js b/e2e/paths/client-module/01_create_client.spec.js index 5a9dc18ee2..2fee6e1b06 100644 --- a/e2e/paths/client-module/01_create_client.spec.js +++ b/e2e/paths/client-module/01_create_client.spec.js @@ -1,7 +1,7 @@ import selectors from '../../helpers/selectors'; import createNightmare from '../../helpers/nightmare'; -fdescribe('Client', () => { +describe('Client', () => { describe('create path', () => { let nightmare = createNightmare();