mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
smoke - fix web smoke tests
This commit is contained in:
@@ -51,7 +51,7 @@ function buildDriver(browser: playwright.Browser, context: playwright.BrowserCon
|
||||
}
|
||||
await teardown();
|
||||
|
||||
return true;
|
||||
return false;
|
||||
},
|
||||
dispatchKeybinding: async (windowId, keybinding) => {
|
||||
const chords = keybinding.split(' ');
|
||||
|
||||
Reference in New Issue
Block a user