From 5e99049e6693ad2c843b35fcfcdd3177d58b8e4e Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Thu, 5 Aug 2021 11:31:04 +0200 Subject: [PATCH] smoke - fix web smoke tests --- test/automation/src/playwrightDriver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(' ');