summaryrefslogtreecommitdiffstats
path: root/test/run_dmenu_normal_window_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_dmenu_normal_window_test.sh')
-rwxr-xr-xtest/run_dmenu_normal_window_test.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/run_dmenu_normal_window_test.sh b/test/run_dmenu_normal_window_test.sh
index 2fb731ef..24517d52 100755
--- a/test/run_dmenu_normal_window_test.sh
+++ b/test/run_dmenu_normal_window_test.sh
@@ -3,9 +3,16 @@
# wait till it is up, run rofi with error message
sleep 1;
echo -e -n "aap\nnoot\nmies" | rofi -dmenu -normal-window > output.txt &
+sleep 1
+echo "move"
+xdotool mousemove 10 10
+sleep 1
+echo "click"
+xdotool click 1
RPID=$!
sleep 4
-xdotool getactivewindow windowsize 100% 100%
+#xdotool getactivewindow windowsize 100% 100%
+echo "Window resized"
# send enter.
sleep 1
xdotool key 'Down'