From a4d8c1cd9930aa15cc7b033285a07684cde419c6 Mon Sep 17 00:00:00 2001 From: Brian Mann Date: Fri, 18 Feb 2022 17:13:27 -0500 Subject: [PATCH] remove accidental system test it.only --- system-tests/test/deprecated_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-tests/test/deprecated_spec.ts b/system-tests/test/deprecated_spec.ts index 60ede479aa5c..b06f15d366e4 100644 --- a/system-tests/test/deprecated_spec.ts +++ b/system-tests/test/deprecated_spec.ts @@ -50,7 +50,7 @@ describe('deprecated before:browser:launch args', () => { psInclude: ['--foo', '--bar'], }) - systemTests.it.only('concat return returns once', { + systemTests.it('concat return returns once', { // TODO: implement webPreferences.additionalArgs here // once we decide if/what we're going to make the implemenation // SUGGESTION: add this to Cypress.browser.args which will capture