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,