pull/4837/head
bunsenstraat 6 months ago
parent 88be2ead55
commit 89f72b055a
  1. 6
      apps/remixdesktop/test/nighwatch.app.ts

@ -22,11 +22,11 @@ const version = packageData.version;
let channel: string = '' let channel: string = ''
if (version.includes('beta')) { if (version.includes('beta')) {
channel = 'beta'; channel = 'Beta';
} else if (version.includes('alpha')) { } else if (version.includes('alpha')) {
channel = 'alpha'; channel = 'Alpha';
} else if (version.includes('insiders')) { } else if (version.includes('insiders')) {
channel = 'insiders'; channel = 'Insiders';
} }
// Determine if running on CircleCI or locally with --e2e-local // Determine if running on CircleCI or locally with --e2e-local

Loading…
Cancel
Save