From e651ddc4a07ee847cb52476bc3a756ded134ec01 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 29 Jun 2023 15:53:09 +0200 Subject: [PATCH] refs #5816 unfocus e2e --- e2e/paths/02-client/07_edit_web_access.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/paths/02-client/07_edit_web_access.spec.js b/e2e/paths/02-client/07_edit_web_access.spec.js index 0f94848bd..c5e132ab7 100644 --- a/e2e/paths/02-client/07_edit_web_access.spec.js +++ b/e2e/paths/02-client/07_edit_web_access.spec.js @@ -9,7 +9,7 @@ const $ = { activeValue: 'vn-client-log .changes-log:nth-child(3) .basic-json:nth-child(1) vn-json-value' }; -fdescribe('Client web access path', () => { +describe('Client web access path', () => { let browser; let page;