mirror of
https://github.com/reactos/ahk_tests.git
synced 2024-11-23 11:39:42 +00:00
[AHK_Firefox_12.0]
Try sending ENTER instead of Alt+Y. svn path=/trunk/ahk_tests/; revision=1971
This commit is contained in:
parent
e9be7a9ac6
commit
1e1a9c0d09
@ -98,10 +98,10 @@ if bContinue
|
||||
szDefaultBrowserBug = 4107
|
||||
TestsInfo("'Default Browser' window appeared, but it shouldn't (#CORE-" szDefaultBrowserBug "?). Ignoring.")
|
||||
TestsTotal++
|
||||
SendInput, !y ; Hit 'Yes' in 'Default Browser' dialog
|
||||
SendInput, {ENTER} ; Hit 'Yes' in 'Default Browser' dialog
|
||||
WinWaitClose, Default Browser,,3
|
||||
if ErrorLevel
|
||||
TestsFailed("'Default Browser' dialog appeared (when it shouldn't [#CORE-" szDefaultBrowserBug "?]) we sent Alt+Y to hit 'Yes' button, but dialog failed to close.")
|
||||
TestsFailed("'Default Browser' dialog appeared (when it shouldn't [#CORE-" szDefaultBrowserBug "?]) we sent ENTER to hit 'Yes' button, but dialog failed to close.")
|
||||
else
|
||||
{
|
||||
TestsInfo("I was here 3.")
|
||||
|
Loading…
Reference in New Issue
Block a user