mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix typo
This commit is contained in:
parent
60933f1090
commit
c37ad657cd
@ -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`)
|
||||
|
Loading…
Reference in New Issue
Block a user