diff --git a/test/run_run_test.sh b/test/run_run_test.sh
index 8b220a76..e8b62020 100755
--- a/test/run_run_test.sh
+++ b/test/run_run_test.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-rofi -rnow   & 
+rofi -show run   &
 RPID=$!
 
 # send enter.
diff --git a/test/run_switchdialog_test.sh b/test/run_switchdialog_test.sh
index e6394d81..c54fda64 100755
--- a/test/run_switchdialog_test.sh
+++ b/test/run_switchdialog_test.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # wait till it is up, run rofi with error message
-sleep 1 && rofi -rnow  -display :201 & 
+sleep 1 && rofi -show run  -display :201 &
 RPID=$!
 
 # send enter.