Skip to content

Commit

Permalink
Net Core - Fix failing test
Browse files Browse the repository at this point in the history
- WaitForQUnitTestExeuctionToComplete was renamed to CreateBrowserAndWaitForQUnitTestExeuctionToComplete
  • Loading branch information
amaitland committed Jan 29, 2022
1 parent a1b5d87 commit c5a7162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CefSharp.Test/JavascriptBinding/IntegrationTestFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ public async Task LoadJavaScriptBindingQunitTestsSuccessfulCompletion()
}
};

browser.CreateBrowser();
var response = await browser.WaitForQUnitTestExeuctionToComplete();
var response = await browser.CreateBrowserAndWaitForQUnitTestExeuctionToComplete();

if (!response.Success)
{
Expand Down

0 comments on commit c5a7162

Please sign in to comment.