Skip to content

Commit

Permalink
remove accidental system test it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mann committed Feb 18, 2022
1 parent 01fc857 commit a4d8c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-tests/test/deprecated_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4d8c1c

Please sign in to comment.