From 6ca5ce20be2f2654ffbb1c3438901dd3ae163a5a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 7 Aug 2025 16:07:42 +0200 Subject: [PATCH] revert comment --- cypress/cypress.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index 7f5f8b868..b6068a8b3 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -27,7 +27,7 @@ async function setupNodeEvents(on, config) { }) ); - /* on('task', { + on('task', { pushValue({ name, value }) { testStore[name] = value return true @@ -36,7 +36,7 @@ async function setupNodeEvents(on, config) { console.log('getValue',name,testStore) return testStore[name] }, - }); */ + }); return config; }