update e2e tests

This commit is contained in:
Victor Baranov 2018-10-18 16:30:25 +03:00
parent 48f457f3ae
commit c8371dc442
2 changed files with 10 additions and 10 deletions

View File

@ -187,7 +187,7 @@ class AccountDropdowns extends Component {
position: 'relative',
marginLeft: '-234px',
minWidth: '180px',
marginTop: '30px',
// marginTop: '30px',
top: '30px',
width: '280px',
},

View File

@ -19,20 +19,20 @@ module.exports = {
},
sandwich: {
menu: By.css('.sandwich-expando'),
settings: By.css('#app-content > div > div:nth-child(3) > span > div > li:nth-child(2)'),
logOut: By.css('#app-content > div > div:nth-child(3) > span > div > li:nth-child(3)'),
settings: By.css('#app-content > div > div.full-width > div:nth-child(3) > span > div > li:nth-child(2)'),
logOut: By.css('#app-content > div > div.full-width > div:nth-child(3) > span > div > li:nth-child(3)'),
textLogOut: 'Log Out',
textSettings: 'Settings',
info: By.css('li.dropdown-menu-item:nth-child(4)'),
},
account: {
account1: By.css('#app-content > div > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(2) > span'),
account2: By.css('#app-content > div > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(3) > span'),
menu: By.css('#app-content > div > div.full-width > div > div:nth-child(2) > span > div'),
delete: By.css('#app-content > div > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(4) > div.remove'),
createAccount: By.css('#app-content > div > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(3) > span'),
import: By.css('#app-content > div > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(5) > span'),
labelImported: By.css('#app-content > div > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(4) > div.keyring-label'),
account1: By.css('#app-content > div > div.full-width > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(2) > span'),
account2: By.css('#app-content > div > div.full-width > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(3) > span'),
menu: By.css('#app-content > div > div.full-width > div.full-width > div > div:nth-child(2) > span > div'),
delete: By.css('#app-content > div > div.full-width > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(4) > div.remove'),
createAccount: By.css('#app-content > div > div.full-width > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(3) > span'),
import: By.css('#app-content > div > div.full-width > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(5) > span'),
labelImported: By.css('#app-content > div > div.full-width > div.full-width > div > div:nth-child(2) > span > div > div > span > div > li:nth-child(4) > div.keyring-label'),
},
dot: {
menu: By.className('account-dropdown'),