]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/168-regress-fullscreen-restart.t
Add '--release' flag for bindsym in the bar block
[i3/i3] / testcases / t / 168-regress-fullscreen-restart.t
index 74d284dba63a5a277ebb94f0f9e08d98fc9e420b..421c1abcab10bfa035811e62ab38133b63d9f75f 100644 (file)
@@ -1,6 +1,19 @@
 #!perl
 # vim:ts=4:sw=4:expandtab
 #
+# Please read the following documents before working on tests:
+# • https://build.i3wm.org/docs/testsuite.html
+#   (or docs/testsuite)
+#
+# • https://build.i3wm.org/docs/lib-i3test.html
+#   (alternatively: perldoc ./testcases/lib/i3test.pm)
+#
+# • https://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 that i3 survives inplace restarts with fullscreen containers
 #
 use i3test;
@@ -11,13 +24,12 @@ open_window;
 open_window;
 
 cmd 'layout stacking';
-sleep 1;
+sync_with_i3;
 
 cmd 'fullscreen';
-sleep 1;
+sync_with_i3;
 
 cmd 'restart';
-sleep 1;
 
 does_i3_live;