diff --git a/cypress.config.js b/cypress.config.js index fa53c22..085788e 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -3,9 +3,8 @@ const { defineConfig } = require('cypress') module.exports = defineConfig({ - numTestsKeptInMemory: 25, + numTestsKeptInMemory: 15, defaultCommandTimeout: 15000, - experimentalFetchPolyfill: true, env: { apiUrl: 'https://api.realworld.io/api', oldApiUrl: 'https://conduit.productionready.io/api',