We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c771f0e commit e8de702Copy full SHA for e8de702
Tests/NTLBridgeTests/NTLWebViewTests.swift
@@ -571,7 +571,7 @@ struct NTLWebViewTests {
571
#expect(!asyncCallCompleted)
572
#expect(asyncCallError == nil)
573
574
- webView.webView(webView, didStartProvisionalNavigation: nil)
+ webView.load(URLRequest(url: URL(string: "http://localhost:3000/")!))
575
576
// Verify that pending callbacks were cleaned up (should have errors now)
577
#expect(syncCallError != nil)
0 commit comments