aboutsummaryrefslogtreecommitdiffstats
path: root/test/screens/new-ui.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-05-15 21:48:33 +0800
committerDan <danjm.com@gmail.com>2018-05-15 21:51:15 +0800
commit759bc173887dbb301fd17739ce431e8dfd096adc (patch)
treed01ba9c9e6917ef46f7e4fbc19982f62c4cdee6f /test/screens/new-ui.js
parent44679f6cdac5e99647964a5fb91a11ee69fe239a (diff)
downloadtangerine-wallet-browser-759bc173887dbb301fd17739ce431e8dfd096adc.tar.gz
tangerine-wallet-browser-759bc173887dbb301fd17739ce431e8dfd096adc.tar.zst
tangerine-wallet-browser-759bc173887dbb301fd17739ce431e8dfd096adc.zip
Merge branch 'develop' into i3725-refactor-send-component-
Diffstat (limited to 'test/screens/new-ui.js')
-rw-r--r--test/screens/new-ui.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/screens/new-ui.js b/test/screens/new-ui.js
index e176da529..6a8822eb3 100644
--- a/test/screens/new-ui.js
+++ b/test/screens/new-ui.js
@@ -74,8 +74,8 @@ async function captureAllScreens() {
await driver.findElement(By.css('button')).click()
await captureLanguageScreenShots('create password')
- const passwordBox = await driver.findElement(By.css('input[type=password]:nth-of-type(1)'))
- const passwordBoxConfirm = await driver.findElement(By.css('input[type=password]:nth-of-type(2)'))
+ const passwordBox = await driver.findElement(By.css('input#create-password'))
+ const passwordBoxConfirm = await driver.findElement(By.css('input#confirm-password'))
passwordBox.sendKeys('123456789')
passwordBoxConfirm.sendKeys('123456789')
await delay(500)