ui - change window title 'MetaMask Plugin' to 'MetaMask'

feature/default_network_editable
kumavis 7 years ago
parent 16c36cc51b
commit 5834c13769
  1. 2
      app/home.html
  2. 2
      app/popup.html
  3. 2
      test/e2e/metamask.spec.js

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
<title>MetaMask Plugin</title>
<title>MetaMask</title>
</head>
<body>
<div id="app-content"></div>

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
<title>MetaMask Plugin</title>
<title>MetaMask</title>
</head>
<body style="width:357px; height:600px;">
<div id="app-content"></div>

@ -33,7 +33,7 @@ describe('Metamask popup page', function () {
it('should match title', async () => {
const title = await driver.getTitle()
assert.equal(title, 'MetaMask Plugin', 'title matches MetaMask Plugin')
assert.equal(title, 'MetaMask', 'title matches MetaMask')
})
it('should show privacy notice', async () => {

Loading…
Cancel
Save