diff --git a/Firefox/12.0/install_test.ahk b/Firefox/12.0/install_test.ahk index 066d64a..a576882 100644 --- a/Firefox/12.0/install_test.ahk +++ b/Firefox/12.0/install_test.ahk @@ -192,7 +192,7 @@ if bContinue { TestsFailed++ WinGetTitle, title, A - OutputDebug, %TestName%:%A_LineNumber%: Test failed: 'Mozilla Firefox Setup' window with 'Summary' failed to appear. Active window caption: '%title%'.`n + OutputDebug, %TestName%:%A_LineNumber%: Test failed: 'Mozilla Firefox Setup' window with 'Installing' failed to appear. Active window caption: '%title%'.`n bContinue := false } }