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, 3 insertions, 3 deletions
diff --git a/test/e2e/beta/from-import-beta-ui.spec.js b/test/e2e/beta/from-import-beta-ui.spec.js
index aa951a24..1f67b6e1 100644
--- a/test/e2e/beta/from-import-beta-ui.spec.js
+++ b/test/e2e/beta/from-import-beta-ui.spec.js
@@ -20,7 +20,7 @@ const {
const fetchMockResponses = require('./fetch-mocks.js')
-describe('Using MetaMask with an existing account', function () {
+describe('Using DekuSan with an existing account', function () {
let extensionId
let driver
@@ -242,8 +242,8 @@ describe('Using MetaMask with an existing account', function () {
})
})
- describe('Send ETH from inside MetaMask', () => {
- it('starts a send transaction', async function () {
+ describe('Send ETH from inside DekuSan', () => {
+ it('starts to send a transaction', async function () {
const sendButton = await findElement(driver, By.xpath(`//button[contains(text(), 'Send')]`))
await sendButton.click()
await delay(regularDelayMs)