test: fix vttest/1_1

This commit is contained in:
Mitchell Hashimoto
2022-07-17 19:09:08 -07:00
parent aadf36bed9
commit ad0e1c150f
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
function test_do { function test_do {
xdotool type "vttest\n" xdotool type "vttest"
xdotool key Return
sleep 1 sleep 1
xdotool type "1\n1\n" xdotool type "1"
xdotool key Return
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB