Skip to content

Commit fe2a153

Browse files
author
Jake Ginnivan
committed
Doh
1 parent f06b965 commit fe2a153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestStack.White.UITests/Scenarios/Win32Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Win32Tests
1414
{
1515
const string ExeSourceFile = @"C:\Windows\system32\calc.exe";
1616
const string Notepad = @"C:\Windows\system32\notepad.exe";
17-
const string InternetExplorer = @"C:\Program Files\Internet InternetExplorer\iexplore.exe";
17+
const string InternetExplorer = @"C:\Program Files\Internet Explorer\iexplore.exe";
1818

1919
[Fact]
2020
public void NotepadTests()

0 commit comments

Comments
 (0)