aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e
diff options
context:
space:
mode:
authorMark Stacey <markjstacey@gmail.com>2019-08-02 22:22:18 +0800
committerGitHub <noreply@github.com>2019-08-02 22:22:18 +0800
commita6d4725e5c946e66f1f79afdc80563b807500104 (patch)
tree219f50399e548a8d643740e26034c518a9812123 /test/e2e
parentc9317115fa88e42216e33a149101f40e5c9e001e (diff)
downloadtangerine-wallet-browser-a6d4725e5c946e66f1f79afdc80563b807500104.tar.gz
tangerine-wallet-browser-a6d4725e5c946e66f1f79afdc80563b807500104.tar.zst
tangerine-wallet-browser-a6d4725e5c946e66f1f79afdc80563b807500104.zip
Fix incremental security e2e test (#6948)
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/incremental-security.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/incremental-security.spec.js b/test/e2e/incremental-security.spec.js
index d9a89ff11..c2b231c86 100644
--- a/test/e2e/incremental-security.spec.js
+++ b/test/e2e/incremental-security.spec.js
@@ -150,7 +150,7 @@ describe('MetaMask', function () {
await buttons[0].click()
await delay(regularDelayMs)
- const detailsButton = await findElement(driver, By.css('.wallet-view__details-button'))
+ const detailsButton = await findElement(driver, By.css('.account-details__details-button'))
await detailsButton.click()
await delay(regularDelayMs)
})