From 4c5d052a7185ecd598a12d80d2bd7afd5ced7c92 Mon Sep 17 00:00:00 2001 From: Peter Makra <6892971+mcraa@users.noreply.github.com> Date: Thu, 10 Mar 2022 16:35:03 +0100 Subject: [PATCH] patch: updated title to balenaEtcher fixes #3592 Change-Type: patch --- lib/gui/app/index.dev.html | 2 +- lib/gui/app/index.html | 2 +- tests/spectron/runner.spec.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/gui/app/index.dev.html b/lib/gui/app/index.dev.html index 23e05876..b11aab02 100644 --- a/lib/gui/app/index.dev.html +++ b/lib/gui/app/index.dev.html @@ -2,7 +2,7 @@ - Etcher + balenaEtcher diff --git a/lib/gui/app/index.html b/lib/gui/app/index.html index 375512ca..e98a9295 100644 --- a/lib/gui/app/index.html +++ b/lib/gui/app/index.html @@ -2,7 +2,7 @@ - Etcher + balenaEtcher diff --git a/tests/spectron/runner.spec.ts b/tests/spectron/runner.spec.ts index 6bda036d..a466e591 100644 --- a/tests/spectron/runner.spec.ts +++ b/tests/spectron/runner.spec.ts @@ -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'); }); }); });