Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Add: addresses -> address
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Apr 16, 2020
1 parent 6b79666 commit a943b0d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@
"message": "Recipient Address"
},
"recipientAddressPlaceholder": {
"message": "Enter the addresses updated after April 9, 2020"
"message": "Enter the address updated after April 9, 2020"
},
"rejectAll": {
"message": "Reject All"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/address-book.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ describe('MetaMask', function () {
await driver.delay(regularDelayMs)

const inputAddress = await driver.findElement(
By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]')
By.css('input[placeholder="Enter the address updated after April 9, 2020"]')
)
await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970')
await driver.delay(regularDelayMs)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/from-import-ui.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ describe('Using MetaMask with an existing account', function () {
await driver.delay(regularDelayMs)

const inputAddress = await driver.findElement(
By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]')
By.css('input[placeholder="Enter the address updated after April 9, 2020"]')
)
await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970')

Expand Down
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 @@ -229,7 +229,7 @@ describe('MetaMask', function () {
await driver.delay(regularDelayMs)

const inputAddress = await driver.findElement(
By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]')
By.css('input[placeholder="Enter the address updated after April 9, 2020"]')
)
await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970')

Expand Down
8 changes: 4 additions & 4 deletions test/e2e/metamask-ui.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ describe('MetaMask', function () {
await driver.delay(regularDelayMs)

const inputAddress = await driver.findElement(
By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]')
By.css('input[placeholder="Enter the address updated after April 9, 2020"]')
)
await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970')

Expand Down Expand Up @@ -364,7 +364,7 @@ describe('MetaMask', function () {
await driver.delay(regularDelayMs)

const inputAddress = await driver.findElement(
By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]')
By.css('input[placeholder="Enter the address updated after April 9, 2020"]')
)
await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970')

Expand Down Expand Up @@ -416,7 +416,7 @@ describe('MetaMask', function () {
await driver.delay(regularDelayMs)

const inputAddress = await driver.findElement(
By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]')
By.css('input[placeholder="Enter the address updated after April 9, 2020"]')
)
await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970')

Expand Down Expand Up @@ -1187,7 +1187,7 @@ describe('MetaMask', function () {
await driver.delay(1000)

const inputAddress = await driver.findElement(
By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]')
By.css('input[placeholder="Enter the address updated after April 9, 2020"]')
)
await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970')

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/send-edit.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('Using MetaMask with an existing account', function () {
await driver.delay(regularDelayMs)

const inputAddress = await driver.findElement(
By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]')
By.css('input[placeholder="Enter the address updated after April 9, 2020"]')
)
await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970')

Expand Down

0 comments on commit a943b0d

Please sign in to comment.