Fix CI WebViewRepresentable test initializers

This commit is contained in:
austinpower1258 2026-03-10 19:57:31 -07:00
parent 91061ce341
commit b8cec19257

View file

@ -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,