e2e:add tests autodetection Mainnet and POA

This commit is contained in:
dennistikhomirov 2018-10-30 13:44:27 -07:00
parent f596da4e89
commit d4c773102b
1 changed files with 2 additions and 2 deletions

View File

@ -258,11 +258,11 @@ describe('Metamask popup page', async function () {
assert.equal(await importedLabel.getText(), 'IMPORTED')
})
it('Auto-detect tokens, owned added account, for POA core network ', async function () {
it.skip('Auto-detect tokens, owned added account, for POA core network ', async function () {
await setProvider(NETWORKS.POA)
})
it('Auto-detect tokens, owned added account, for MAIN core network ', async function () {
it.skip('Auto-detect tokens, owned added account, for MAIN core network ', async function () {
await setProvider(NETWORKS.MAINNET)
})