aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/firefox/metamask.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/firefox/metamask.spec.js')
-rw-r--r--test/e2e/firefox/metamask.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/firefox/metamask.spec.js b/test/e2e/firefox/metamask.spec.js
index 1bb76a6b5..c75b1a9b5 100644
--- a/test/e2e/firefox/metamask.spec.js
+++ b/test/e2e/firefox/metamask.spec.js
@@ -126,7 +126,7 @@ describe('', function () {
it('accepts account password after lock', async () => {
await delay(500)
await driver.findElement(By.id('password-box')).sendKeys('123456789')
- await driver.findElement(By.css('button')).click()
+ await driver.findElement(By.id('password-box')).sendKeys(webdriver.Key.ENTER)
await delay(500)
})