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 f06b965 commit fe2a153Copy full SHA for fe2a153
src/TestStack.White.UITests/Scenarios/Win32Tests.cs
@@ -14,7 +14,7 @@ public class Win32Tests
14
{
15
const string ExeSourceFile = @"C:\Windows\system32\calc.exe";
16
const string Notepad = @"C:\Windows\system32\notepad.exe";
17
- const string InternetExplorer = @"C:\Program Files\Internet InternetExplorer\iexplore.exe";
+ const string InternetExplorer = @"C:\Program Files\Internet Explorer\iexplore.exe";
18
19
[Fact]
20
public void NotepadTests()
0 commit comments