Update metamask extension in ui e2e tests (#297)

This commit is contained in:
Gerardo Nardelli 2020-02-20 16:13:18 -03:00 committed by GitHub
parent 85104d67c0
commit 7b2bebbcf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

@ -3,7 +3,7 @@ const { By } = require('selenium-webdriver/lib/by')
const { Page } = require('./Page.js')
const { homeRPC, foreignRPC } = require('../e2e-commons/constants.json')
const IDMetaMask = 'nkbihfbeogaeaoehlefnkodbefgpgknn'
const IDMetaMask = 'dapggmdndodedfoaljbglbkaicfpmkkm'
const URL = 'chrome-extension://' + IDMetaMask + '//popup.html'
const buttonSubmit = By.className('confirm btn-green')
const buttonAccept = By.xpath('//*[@id="app-content"]/div/div[4]/div/button')