test:e2e - fix bail condition

feature/default_network_editable
kumavis 5 years ago committed by Mark Stacey
parent cd62cc1901
commit e283ff181e
  1. 2
      test/e2e/metamask-ui.spec.js

@ -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…
Cancel
Save