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:
parent
ded3b7df62
commit
b2e1f14039
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user