Skip to content

Commit

Permalink
fix(e2e): swich on sandbox for failed socket
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-redFox committed Mar 6, 2020
1 parent e36f188 commit 44ac44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/upstream-proxy.feature
Expand Up @@ -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'
Expand Down

0 comments on commit 44ac44f

Please sign in to comment.