From 3704941754c29c11e62bd5bce15771b0396e61d6 Mon Sep 17 00:00:00 2001 From: Can Angun <39311746+can-angun@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:54:43 +0300 Subject: [PATCH] Update cypress.config.sample.js --- ui-tests/cypress.config.sample.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-tests/cypress.config.sample.js b/ui-tests/cypress.config.sample.js index 2baf98d1f5f..80038be5e32 100644 --- a/ui-tests/cypress.config.sample.js +++ b/ui-tests/cypress.config.sample.js @@ -8,6 +8,7 @@ module.exports = defineConfig({ viewportWidth: 2000, viewportHeight: 1100, numTestsKeptInMemory: 0, + experimentalMemoryManagement: true, projectId: "000000", chromeWebSecurity: false, watchForFileChanges: true,