restore from seed phrase e2e test fix, margin for add token fix

This commit is contained in:
Victor Baranov 2018-08-07 18:41:50 +03:00
parent 8100794c76
commit 32459893f2
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ TokenCell.prototype.render = function () {
cursor: network === '1' ? 'pointer' : 'default',
borderBottom: props.isLastTokenCell ? 'none' : '1px solid #e2e2e2',
padding: '20px 0',
margin: '0 20px',
margin: '0 30px',
},
onClick: this.view.bind(this, address, userAddress, network),
}, [

View File

@ -113,7 +113,7 @@ TokenList.prototype.renderTokenStatusBar = function () {
justifyContent: 'space-between',
alignItems: 'center',
minHeight: '70px',
padding: '10px',
padding: '30px',
},
}, [
h('span', msg),

View File

@ -176,7 +176,7 @@ describe('Metamask popup page', function () {
it('adds seed phrase', async function () {
const testSeedPhrase = 'phrase upgrade clock rough situate wedding elder clever doctor stamp excess tent'
const seedTextArea = await driver.findElement(By.css('#app-content > div > div.app-primary.from-left > div > textarea'))
const seedTextArea = await driver.findElement(By.css('#app-content > div > div.app-primary.from-right > div > div.initialize-screen.flex-column.flex-center.flex-grow > textarea'))
await seedTextArea.sendKeys(testSeedPhrase)
await driver.findElement(By.id('password-box')).sendKeys('123456789')