mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
test:e2e - fix bail condition
This commit is contained in:
parent
cd62cc1901
commit
e283ff181e
@ -30,7 +30,7 @@ describe('MetaMask', function () {
|
|||||||
const largeDelayMs = regularDelayMs * 2
|
const largeDelayMs = regularDelayMs * 2
|
||||||
|
|
||||||
this.timeout(0)
|
this.timeout(0)
|
||||||
// this.bail(true)
|
this.bail(true)
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
const result = await prepareExtensionForTesting()
|
const result = await prepareExtensionForTesting()
|
||||||
|
Loading…
Reference in New Issue
Block a user