aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/beta/from-import-beta-ui.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/beta/from-import-beta-ui.spec.js')
-rw-r--r--test/e2e/beta/from-import-beta-ui.spec.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/e2e/beta/from-import-beta-ui.spec.js b/test/e2e/beta/from-import-beta-ui.spec.js
index 92e5be715..06e669e5b 100644
--- a/test/e2e/beta/from-import-beta-ui.spec.js
+++ b/test/e2e/beta/from-import-beta-ui.spec.js
@@ -121,10 +121,6 @@ describe('Using MetaMask with an existing account', function () {
await driver.switchTo().window(appTab)
await delay(tinyDelayMs)
- const okayBtn = await findElement(driver, By.xpath("//button[contains(text(), 'Ok')]"))
- await okayBtn.click()
- await delay(regularDelayMs)
-
await loadExtension(driver, extensionId)
await delay(regularDelayMs)
@@ -238,7 +234,7 @@ describe('Using MetaMask with an existing account', function () {
await localhost.click()
await delay(largeDelayMs * 2)
})
-
+
it('choose Create Account from the account menu', async () => {
await driver.findElement(By.css('.account-menu__icon')).click()
await delay(regularDelayMs)