tests: rename files (00x-*.t is basic stuff, >=100-*.t are tests using IPC)
This commit is contained in:
18
testcases/t/152-regress-level-up.t
Normal file
18
testcases/t/152-regress-level-up.t
Normal file
@ -0,0 +1,18 @@
|
||||
#!perl
|
||||
# vim:ts=4:sw=4:expandtab
|
||||
#
|
||||
# Regression test for using level-up to get to the 'content'-container and
|
||||
# toggle floating
|
||||
#
|
||||
use i3test;
|
||||
|
||||
fresh_workspace;
|
||||
|
||||
cmd 'open';
|
||||
cmd 'level up';
|
||||
cmd 'level up';
|
||||
cmd 'mode toggle';
|
||||
|
||||
does_i3_live;
|
||||
|
||||
done_testing;
|
Reference in New Issue
Block a user