1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
Thomas 2018-05-10 10:32:41 -07:00
parent 60933f1090
commit c37ad657cd

View File

@ -102,7 +102,7 @@ describe('', function () {
it('shows value was created and seed phrase', async () => {
await delay(300)
cosnt seedPhase = await driver.findElement(By.css('.twelve-word-phrase')).getText()
const seedPhrase = await driver.findElement(By.css('.twelve-word-phrase')).getText()
assert.equal(seedPhrase.split(' ').length, 12)
const continueAfterSeedPhrase = await driver.findElement(By.css('#app-content > div > div.app-primary.from-right > div > button:nth-child(4)'))
assert.equal(await continueAfterSeedPhrase.getText(), `I'VE COPIED IT SOMEWHERE SAFE`)