mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
fix running dev smoketest
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user