diff --git a/detox/e2e/environment.js b/detox/e2e/environment.js index 486a52d4a..50809009c 100644 --- a/detox/e2e/environment.js +++ b/detox/e2e/environment.js @@ -8,8 +8,8 @@ const { } = require('detox/runners/jest-circus'); class CustomDetoxEnvironment extends DetoxCircusEnvironment { - constructor(config) { - super(config); + constructor(config, context) { + super(config, context); this.initTimeout = 300000;