1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Delay before getting address text

This commit is contained in:
Thomas 2018-05-29 23:07:45 -07:00
parent 54ccf5e930
commit be6776897f

View File

@ -128,6 +128,7 @@ describe('Metamask popup page', function () {
})
it('shows account address', async function () {
await delay(300)
accountAddress = await driver.findElement(By.css('#app-content > div > div.app-primary.from-left > div > div > div:nth-child(1) > flex-column > div.flex-row > div')).getText()
})