From 89f72b055a0c28412f14ac9ccb646f6108728839 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Sat, 18 May 2024 09:13:55 +0200 Subject: [PATCH] name --- apps/remixdesktop/test/nighwatch.app.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/remixdesktop/test/nighwatch.app.ts b/apps/remixdesktop/test/nighwatch.app.ts index 3338f01967..16351b215b 100644 --- a/apps/remixdesktop/test/nighwatch.app.ts +++ b/apps/remixdesktop/test/nighwatch.app.ts @@ -22,11 +22,11 @@ const version = packageData.version; let channel: string = '' if (version.includes('beta')) { - channel = 'beta'; + channel = 'Beta'; } else if (version.includes('alpha')) { - channel = 'alpha'; + channel = 'Alpha'; } else if (version.includes('insiders')) { - channel = 'insiders'; + channel = 'Insiders'; } // Determine if running on CircleCI or locally with --e2e-local