patch: updated title to balenaEtcher

fixes #3592

Change-Type: patch
This commit is contained in:
Peter Makra 2022-03-10 16:35:03 +01:00
parent 86423342a8
commit 4c5d052a71
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Etcher</title>
<title>balenaEtcher</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Etcher</title>
<title>balenaEtcher</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>

View File

@ -59,7 +59,7 @@ if (platform() !== 'darwin') {
it('should set a proper title', async () => {
// @ts-ignore (SpectronClient.getTitle exists)
return expect(await app.client.getTitle()).to.equal('Etcher');
return expect(await app.client.getTitle()).to.equal('balenaEtcher');
});
});
});