From b8cec19257499c6b523ad912a0108759fc2fede2 Mon Sep 17 00:00:00 2001 From: austinpower1258 Date: Tue, 10 Mar 2026 19:57:31 -0700 Subject: [PATCH] Fix CI WebViewRepresentable test initializers --- cmuxTests/CmuxWebViewKeyEquivalentTests.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmuxTests/CmuxWebViewKeyEquivalentTests.swift b/cmuxTests/CmuxWebViewKeyEquivalentTests.swift index 90860cf2..b84ea96c 100644 --- a/cmuxTests/CmuxWebViewKeyEquivalentTests.swift +++ b/cmuxTests/CmuxWebViewKeyEquivalentTests.swift @@ -2550,6 +2550,7 @@ final class BrowserDeveloperToolsVisibilityPersistenceTests: XCTestCase { panel: panel, paneId: paneId, shouldAttachWebView: true, + useLocalInlineHosting: false, shouldFocusWebView: false, isPanelFocused: true, portalZPriority: 0, @@ -2591,6 +2592,7 @@ final class BrowserDeveloperToolsVisibilityPersistenceTests: XCTestCase { panel: panel, paneId: paneId, shouldAttachWebView: true, + useLocalInlineHosting: false, shouldFocusWebView: false, isPanelFocused: true, portalZPriority: 0,