]> git.sur5r.net Git - i3/i3/blob - testcases/t/52-regress-level-up.t
Bugfix: 'level up' needs to stop at the workspace con + testcase (Thanks mseed)
[i3/i3] / testcases / t / 52-regress-level-up.t
1 #!perl
2 # vim:ts=4:sw=4:expandtab
3 #
4 # Regression test for using level-up to get to the 'content'-container and
5 # toggle floating
6 #
7 use Time::HiRes qw(sleep);
8 use i3test;
9
10 my $tmp = get_unused_workspace;
11 cmd "workspace $tmp";
12
13
14 cmd 'open';
15 cmd 'level up';
16 cmd 'level up';
17 cmd 'mode toggle';
18
19 does_i3_live;
20
21 done_testing;