aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/send-edit.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/send-edit.spec.js')
-rw-r--r--test/e2e/send-edit.spec.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/e2e/send-edit.spec.js b/test/e2e/send-edit.spec.js
index b04e52f7f..4eca232ee 100644
--- a/test/e2e/send-edit.spec.js
+++ b/test/e2e/send-edit.spec.js
@@ -163,10 +163,6 @@ describe('Using MetaMask with an existing account', function () {
const inputAddress = await findElement(driver, By.css('input[placeholder="Search, public address (0x), or ENS"]'))
await inputAddress.sendKeys('0x2f318C334780961FB129D2a6c30D0763d9a5C970')
- const recipientRow = await findElement(driver, By.css('.send__select-recipient-wrapper__group-item'))
- await recipientRow.click()
- await delay(regularDelayMs)
-
const inputAmount = await findElement(driver, By.css('.unit-input__input'))
await inputAmount.sendKeys('1')