diff --git a/spec-main/webview-spec.ts b/spec-main/webview-spec.ts index 1ad272be053c6..4a068a99322de 100644 --- a/spec-main/webview-spec.ts +++ b/spec-main/webview-spec.ts @@ -797,11 +797,6 @@ describe(' tag', function () { src: `file://${fixtures}/pages/content.html` }); const [, webViewContents] = await emittedOnce(app, 'web-contents-created'); - // TODO(deepak1556): With https://codereview.chromium.org/2836973002 - // focus of the webContents is required when triggering the api. - // Remove this workaround after determining the cause for - // incorrect focus. - webViewContents.focus(); const activeMatchOrdinal = []; let isFirstRequest = true;