Skip to content

Commit

Permalink
Update create-account.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb authored Jul 18, 2019
1 parent 1c41290 commit ea0c2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/create-account.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test('Restores an account with backup code when has no accounts', async () => {
"textarea[placeholder='Must be exactly 24 words']",
signupData.seedPhrase
)
await page.click('.tm-btn__value')
await page.click('div.session-footer button')
const accountRenders = await page.$eval('h3', el => el.textContent)
expect(accountRenders).toEqual(signupData.name)

Expand Down

0 comments on commit ea0c2c1

Please sign in to comment.