update show alert test code

This commit is contained in:
vcaesar 2020-03-24 12:01:28 -04:00
parent ee19a94ec5
commit 8bfef356cc

View File

@ -13,6 +13,7 @@
package robotgo package robotgo
import ( import (
"log"
"testing" "testing"
"github.com/vcaesar/tt" "github.com/vcaesar/tt"
@ -152,8 +153,9 @@ func TestBitmap(t *testing.T) {
func TestAlert(t *testing.T) { func TestAlert(t *testing.T) {
go func() { go func() {
MilliSleep(100) MilliSleep(200)
KeyTap("enter") KeyTap("enter")
log.Println("tap...")
}() }()
i := ShowAlert("t", "msg") i := ShowAlert("t", "msg")