]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/502-focus-output.t
Add new bar.binding_mode_indicator configuration.
[i3/i3] / testcases / t / 502-focus-output.t
index 01e987231689622980b56b2ca3ed62c7f6491cde..a6c5583fee5614f44951161dba1c9d0e7430e7b8 100644 (file)
@@ -1,6 +1,19 @@
 #!perl
 # vim:ts=4:sw=4:expandtab
 #
+# Please read the following documents before working on tests:
+# • http://build.i3wm.org/docs/testsuite.html
+#   (or docs/testsuite)
+#
+# • http://build.i3wm.org/docs/lib-i3test.html
+#   (alternatively: perldoc ./testcases/lib/i3test.pm)
+#
+# • http://build.i3wm.org/docs/ipc.html
+#   (or docs/ipc)
+#
+# • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
+#   (unless you are already familiar with Perl)
+#
 # Verifies the 'focus output' command works properly.
 
 use i3test i3_autostart => 0;
@@ -28,6 +41,9 @@ sub focused_output {
     return $output->{name};
 }
 
+$x->root->warp_pointer(0, 0);
+sync_with_i3;
+
 is(focused_output, 'fake-0', 'focus on first output');
 
 cmd 'focus output right';