set time if platform is mascara

feature/default_network_editable
frankiebee 7 years ago
parent 7bcca782cb
commit c5a2527c17
  1. 1
      mascara/src/ui.js
  2. 6
      test/integration/lib/first-time.js

@ -15,6 +15,7 @@ const container = document.getElementById('app-content')
var name = 'popup'
window.METAMASK_UI_TYPE = name
window.METAMASK_PLATFORM_TYPE = 'mascara'
let intervalDelay = Math.floor(Math.random() * (30000 - 1000)) + 1000

@ -11,8 +11,10 @@ QUnit.test('render init screen', (assert) => {
})
async function runFirstTimeUsageTest(assert, done) {
await timeout()
let waitTime = 0
window.METAMASK_SKIP_RELOAD = true
if (window.METAMASK_PLATFORM_TYPE === 'mascara') waitTime = 1000
await timeout(waitTime)
const app = $('#app-content')

Loading…
Cancel
Save