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 15cacda commit fa9999aCopy full SHA for fa9999a
src/Pixel.Automation.Web.Playwright.Components/WebApplicationEntity.cs
@@ -124,7 +124,7 @@ public override async Task LaunchAsync()
124
var browserContextOptions = await GetBrowserNewContextOptions();
125
webApplicationDetails.ActiveContext = await webApplicationDetails.Browser.NewContextAsync(browserContextOptions);
126
webApplicationDetails.ActivePage = await webApplicationDetails.ActiveContext.NewPageAsync();
127
- logger.Information("{browserToLaunch} has been launched.", preferredBrowser);\
+ logger.Information("{browserToLaunch} has been launched.", preferredBrowser);
128
129
string goToUrl = webApplicationDetails.TargetUri.ToString();
130
if (this.TargetUriOverride.IsConfigured())
0 commit comments