diff --git a/test/smoke/src/main.ts b/test/smoke/src/main.ts index 1d922106600..019ee28cff6 100644 --- a/test/smoke/src/main.ts +++ b/test/smoke/src/main.ts @@ -220,7 +220,7 @@ console.warn = function suppressWebdriverWarnings(message) { }; function createApp(quality: Quality): SpectronApplication | null { - const path = quality === Quality.Insiders ? electronPath : stablePath; + const path = quality === Quality.Stable ? stablePath : electronPath; if (!path) { return null;