diff --git a/src/TestStack.White.UITests/Scenarios/Win32Tests.cs b/src/TestStack.White.UITests/Scenarios/Win32Tests.cs index 7349042f..23f197be 100644 --- a/src/TestStack.White.UITests/Scenarios/Win32Tests.cs +++ b/src/TestStack.White.UITests/Scenarios/Win32Tests.cs @@ -14,7 +14,7 @@ public class Win32Tests { const string ExeSourceFile = @"C:\Windows\system32\calc.exe"; const string Notepad = @"C:\Windows\system32\notepad.exe"; - const string InternetExplorer = @"C:\Program Files\Internet InternetExplorer\iexplore.exe"; + const string InternetExplorer = @"C:\Program Files\Internet Explorer\iexplore.exe"; [Fact] public void NotepadTests()