smoke - fix web smoke tests

This commit is contained in:
Benjamin Pasero 2021-08-05 11:31:04 +02:00
parent 6957e52e4b
commit 5e99049e66
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -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(' ');