diff --git a/spec/chromium-spec.js b/spec/chromium-spec.js index 395dca5700a9..2d388ca3b574 100644 --- a/spec/chromium-spec.js +++ b/spec/chromium-spec.js @@ -27,7 +27,7 @@ describe('chromium feature', () => { listener = null }) - describe.only('command line switches', () => { + describe('command line switches', () => { describe('--lang switch', () => { const testLocale = (locale, result, done) => { const appPath = path.join(__dirname, 'fixtures', 'api', 'locale-check')