test - e2e - fix selector with extra div (?)

This commit is contained in:
kumavis 2018-03-29 13:54:01 -07:00
parent 2328b120da
commit 552fb1fabe
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ describe('Metamask popup page', function () {
await delay(300)
await driver.findElement(By.css('.sandwich-expando')).click()
await delay(500)
await driver.findElement(By.css('#app-content > div > div > div:nth-child(3) > span > div > li:nth-child(3)')).click()
await driver.findElement(By.css('#app-content > div > div:nth-child(3) > span > div > li:nth-child(3)')).click()
})
it('should accept account password after lock', async () => {