From 186a64f7fa8676ee6f1942ac39d29ee44c4596f0 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 22 Dec 2022 07:46:06 +0100 Subject: [PATCH] unfocus --- e2e/paths/01-salix/03_smartTable_searchBar_integrations.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/paths/01-salix/03_smartTable_searchBar_integrations.spec.js b/e2e/paths/01-salix/03_smartTable_searchBar_integrations.spec.js index f5897da2c..ad558ace2 100644 --- a/e2e/paths/01-salix/03_smartTable_searchBar_integrations.spec.js +++ b/e2e/paths/01-salix/03_smartTable_searchBar_integrations.spec.js @@ -1,7 +1,7 @@ import selectors from '../../helpers/selectors.js'; import getBrowser from '../../helpers/puppeteer'; -fdescribe('SmartTable SearchBar integration', () => { +describe('SmartTable SearchBar integration', () => { let browser; let page; beforeAll(async() => {