diff --git a/Lombiq.Tests.UI/Services/WebDriverFactory.cs b/Lombiq.Tests.UI/Services/WebDriverFactory.cs index bb9661b0b..627b41126 100644 --- a/Lombiq.Tests.UI/Services/WebDriverFactory.cs +++ b/Lombiq.Tests.UI/Services/WebDriverFactory.cs @@ -67,7 +67,7 @@ public static EdgeDriver CreateEdgeDriver(BrowserConfiguration configuration, Ti options.SetCommonChromiumOptions(configuration); - // While the Edge driver easily locates Edge in Windows, it struggles in Linux, where the different release + // While the Edge driver easily locates Edge on Windows, it struggles on Linux, where the different release // channels have different executable names. This setting looks up the "microsoft-edge-stable" command and // sets the full path as the browser's binary location. if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&