diff --git a/e2e/paths/client-module/01_create_client.spec.js b/e2e/paths/client-module/01_create_client.spec.js index 5a9dc18ee..2fee6e1b0 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();