Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/issue/OSOE-668' into issue/OSOE-668
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Aug 14, 2023
2 parents 6fc7461 + 05b3e02 commit 5fde6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Services/WebDriverFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static Task<EdgeDriver> CreateEdgeDriverAsync(BrowserConfiguration config

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) &&
Expand Down

0 comments on commit 5fde6c5

Please sign in to comment.