Skip to content

Commit

Permalink
Click write button in address book e2e test on seed confirm screen
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Aug 2, 2019
1 parent 2fe540a commit ea95d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/address-book.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe('MetaMask', function () {
assert.equal(seedPhrase.split(' ').length, 12)
await delay(regularDelayMs)

const nextScreen = await findElement(driver, By.css('button.first-time-flow__button'))
const nextScreen = (await findElements(driver, By.css('button.first-time-flow__button')))[1]
await nextScreen.click()
await delay(regularDelayMs)
})
Expand Down

0 comments on commit ea95d6f

Please sign in to comment.