mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove .only on spec
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user