fix running dev smoketest

This commit is contained in:
Joao Moreno
2018-01-26 10:43:17 +01:00
parent 77b01362d9
commit 8f6c68c35e
+1 -1
View File
@@ -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;