Use unmodified constant for test delay in from-import-beta-spec.

feature/default_network_editable
Dan Miller 6 years ago
parent 74e2225f36
commit aff66f4b07
  1. 2
      test/e2e/beta/from-import-beta-ui.spec.js

@ -232,7 +232,7 @@ describe('Using MetaMask with an existing account', function () {
const [localhost] = await findElements(driver, By.xpath(`//span[contains(text(), 'Localhost')]`))
await localhost.click()
await delay(largeDelayMs * 2)
await delay(largeDelayMs)
})
it('choose Create Account from the account menu', async () => {

Loading…
Cancel
Save