e2e:autodetect token in MAINNET

This commit is contained in:
dennistikhomirov 2018-10-31 10:20:56 -07:00
parent 5d9f600239
commit 961d254396
1 changed files with 3 additions and 1 deletions

View File

@ -270,8 +270,10 @@ describe('Metamask popup page', async function () {
assert.equal(await balance.getText(), '1 DOPR', 'token isnt\' auto-detected')
})
it.skip('Auto-detect tokens for MAIN core network ', async function () {
it('Auto-detect tokens for MAIN core network ', async function () {
await setProvider(NETWORKS.MAINNET)
await waitUntilShowUp(elements.loader)
await waitUntilDisappear(elements.loader, 25)
const balance = await waitUntilShowUp(screens.main.tokens.balance)
console.log(await balance.getText())
assert.equal(await balance.getText(), '0.001 WETH', 'token isnt\' auto-detected')