Skip to content

Commit 41e3a75

Browse files
committed
Test - CookieManagerTests.ShouldClearCookies wait for render to finish
- Wait for render idle instead of navigation, we might still need to investigate why the navigation completed on a reload isn't allowing JS evaluation
1 parent 52e4250 commit 41e3a75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CefSharp.Test/CookieManager/CookieManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public async Task ShouldClearCookies()
207207

208208
Browser.Reload();
209209

210-
await Browser.WaitForNavigationAsync();
210+
await Browser.WaitForRenderIdleAsync();
211211

212212
response = await Browser.EvaluateScriptAsync<string>("document.cookie");
213213

0 commit comments

Comments
 (0)