mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
update show alert test code
This commit is contained in:
parent
ee19a94ec5
commit
8bfef356cc
1 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
package robotgo
|
||||
|
||||
import (
|
||||
"log"
|
||||
"testing"
|
||||
|
||||
"github.com/vcaesar/tt"
|
||||
|
|
@ -152,8 +153,9 @@ func TestBitmap(t *testing.T) {
|
|||
|
||||
func TestAlert(t *testing.T) {
|
||||
go func() {
|
||||
MilliSleep(100)
|
||||
MilliSleep(200)
|
||||
KeyTap("enter")
|
||||
log.Println("tap...")
|
||||
}()
|
||||
|
||||
i := ShowAlert("t", "msg")
|
||||
|
|
|
|||
Loading…
Reference in a new issue