From 939885bc66cc734764a28686894f47f7c1337cff Mon Sep 17 00:00:00 2001 From: Hari Krishna Reddy Juturu Date: Sat, 6 May 2017 22:14:52 -0700 Subject: [PATCH] Remove .only on spec --- spec/webview-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/webview-spec.js b/spec/webview-spec.js index 10d2998c69e0..cb8f8b08866c 100644 --- a/spec/webview-spec.js +++ b/spec/webview-spec.js @@ -8,7 +8,7 @@ const {closeWindow} = require('./window-helpers') const isCI = remote.getGlobal('isCi') -describe.only(' tag', function () { +describe(' tag', function () { this.timeout(3 * 60 * 1000) var fixtures = path.join(__dirname, 'fixtures')