Skip to content

Commit

Permalink
Update metamask-responsive-ui for incremental account security changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Jul 23, 2019
1 parent 31ef96f commit e6bcbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/metamask-responsive-ui.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 e6bcbc9

Please sign in to comment.