Remove .only on spec
This commit is contained in:
parent
94d054cf11
commit
939885bc66
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const {closeWindow} = require('./window-helpers')
|
||||||
|
|
||||||
const isCI = remote.getGlobal('isCi')
|
const isCI = remote.getGlobal('isCi')
|
||||||
|
|
||||||
describe.only('<webview> tag', function () {
|
describe('<webview> tag', function () {
|
||||||
this.timeout(3 * 60 * 1000)
|
this.timeout(3 * 60 * 1000)
|
||||||
|
|
||||||
var fixtures = path.join(__dirname, 'fixtures')
|
var fixtures = path.join(__dirname, 'fixtures')
|
||||||
|
|
Loading…
Reference in a new issue