Skip to content

Commit 0deee32

Browse files
[release/10.0.1xx-rc2] [Testing] Fix for flaky UITests CookiesCorrectlyLoadWithMultipleWebViews in CI (#31835)
* added sleep method * changed web view Source --------- Co-authored-by: TamilarasanSF4853 <tamilarasan.velu@syncfusion.com>
1 parent 403672c commit 0deee32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controls/tests/TestCases.HostApp/Issues/Issue12134.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private WebView GetWebView()
8585

8686
SetCookieContainer(anotherWebView);
8787
anotherWebView.Navigated += WebViewOnNavigated;
88-
anotherWebView.Source = "https://dotnet.microsoft.com/apps/xamarin";
88+
anotherWebView.Source = "https://dotnet.microsoft.com";
8989
return anotherWebView;
9090
}
9191

0 commit comments

Comments
 (0)