Remove .only on spec

This commit is contained in:
Hari Krishna Reddy Juturu 2017-05-06 22:14:52 -07:00
parent 94d054cf11
commit 939885bc66

View file

@ -8,7 +8,7 @@ const {closeWindow} = require('./window-helpers')
const isCI = remote.getGlobal('isCi')
describe.only('<webview> tag', function () {
describe('<webview> tag', function () {
this.timeout(3 * 60 * 1000)
var fixtures = path.join(__dirname, 'fixtures')