1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

test:e2e - fix bail condition

This commit is contained in:
kumavis 2019-09-10 23:45:43 +08:00
parent ded3b7df62
commit b2e1f14039

View File

@ -30,7 +30,7 @@ describe('MetaMask', function () {
const largeDelayMs = regularDelayMs * 2
this.timeout(0)
// this.bail(true)
this.bail(true)
before(async function () {
const result = await prepareExtensionForTesting()