diff --git a/test/automation/src/playwrightDriver.ts b/test/automation/src/playwrightDriver.ts index 26dee587e33..4411e85d762 100644 --- a/test/automation/src/playwrightDriver.ts +++ b/test/automation/src/playwrightDriver.ts @@ -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(' ');