]> git.sur5r.net Git - i3/i3/blob - testcases/t/152-regress-level-up.t
771a9f07dd007a9350ade455ab0e235a5590b356
[i3/i3] / testcases / t / 152-regress-level-up.t
1 #!perl
2 # vim:ts=4:sw=4:expandtab
3 #
4 # Please read the following documents before working on tests:
5 # • http://build.i3wm.org/docs/testsuite.html
6 #   (or docs/testsuite)
7 #
8 # • http://build.i3wm.org/docs/lib-i3test.html
9 #   (alternatively: perldoc ./testcases/lib/i3test.pm)
10 #
11 # • http://build.i3wm.org/docs/ipc.html
12 #   (or docs/ipc)
13 #
14 # • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
15 #   (unless you are already familiar with Perl)
16 #
17 # Regression test for using level-up to get to the 'content'-container and
18 # toggle floating
19 #
20 use i3test;
21
22 fresh_workspace;
23
24 cmd 'open';
25 cmd 'focus parent';
26 cmd 'focus parent';
27 cmd 'mode toggle';
28
29 does_i3_live;
30
31 done_testing;