From 44ac44f7a075dab34bbdcc299d5ce7ea34c874b8 Mon Sep 17 00:00:00 2001 From: Anton Shchekota Date: Fri, 6 Mar 2020 11:37:23 +0300 Subject: [PATCH] fix(e2e): swich on sandbox for failed socket --- test/e2e/upstream-proxy.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/upstream-proxy.feature b/test/e2e/upstream-proxy.feature index c813f8cf3..7d6b53aad 100644 --- a/test/e2e/upstream-proxy.feature +++ b/test/e2e/upstream-proxy.feature @@ -7,7 +7,7 @@ Feature: UpstreamProxy Given a configuration with: """ files = ['behind-proxy/plus.js', 'behind-proxy/test.js']; - browsers = ['ChromeHeadlessNoSandbox']; + browsers = ['ChromeHeadless']; plugins = [ 'karma-jasmine', 'karma-chrome-launcher'