From 7fcd11c2481125e1e54a219db0115740c938659e Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Wed, 22 Jan 2020 14:55:45 -0600 Subject: [PATCH] Enable security tests cross browser (#10217) --- test/integration/production/test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/production/test/index.test.js b/test/integration/production/test/index.test.js index 1533089d0a4f829..f5f0eafbbb7bb53 100644 --- a/test/integration/production/test/index.test.js +++ b/test/integration/production/test/index.test.js @@ -718,5 +718,5 @@ describe('Production Usage', () => { dynamicImportTests(context, (p, q) => renderViaHTTP(context.appPort, p, q)) processEnv(context) - if (browserName === 'chrome') security(context) + security(context) })