mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
ui - change window title 'MetaMask Plugin' to 'MetaMask'
This commit is contained in:
parent
16c36cc51b
commit
5834c13769
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
|
||||||
<title>MetaMask Plugin</title>
|
<title>MetaMask</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app-content"></div>
|
<div id="app-content"></div>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
|
||||||
<title>MetaMask Plugin</title>
|
<title>MetaMask</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="width:357px; height:600px;">
|
<body style="width:357px; height:600px;">
|
||||||
<div id="app-content"></div>
|
<div id="app-content"></div>
|
||||||
|
@ -33,7 +33,7 @@ describe('Metamask popup page', function () {
|
|||||||
|
|
||||||
it('should match title', async () => {
|
it('should match title', async () => {
|
||||||
const title = await driver.getTitle()
|
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 () => {
|
it('should show privacy notice', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user