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 403672c commit 0deee32Copy full SHA for 0deee32
src/Controls/tests/TestCases.HostApp/Issues/Issue12134.cs
@@ -85,7 +85,7 @@ private WebView GetWebView()
85
86
SetCookieContainer(anotherWebView);
87
anotherWebView.Navigated += WebViewOnNavigated;
88
- anotherWebView.Source = "https://dotnet.microsoft.com/apps/xamarin";
+ anotherWebView.Source = "https://dotnet.microsoft.com";
89
return anotherWebView;
90
}
91
0 commit comments