Skip to content

Commit c5a7162

Browse files
committed
Net Core - Fix failing test
- WaitForQUnitTestExeuctionToComplete was renamed to CreateBrowserAndWaitForQUnitTestExeuctionToComplete
1 parent a1b5d87 commit c5a7162

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CefSharp.Test/JavascriptBinding/IntegrationTestFacts.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ public async Task LoadJavaScriptBindingQunitTestsSuccessfulCompletion()
6161
}
6262
};
6363

64-
browser.CreateBrowser();
65-
var response = await browser.WaitForQUnitTestExeuctionToComplete();
64+
var response = await browser.CreateBrowserAndWaitForQUnitTestExeuctionToComplete();
6665

6766
if (!response.Success)
6867
{

0 commit comments

Comments
 (0)