Get rid of references to level up/down.
In v4 syntax, that's focus parent/child.
This commit is contained in:
committed by
Michael Stapelberg
parent
04b5ec8165
commit
485871ffdd
@ -30,7 +30,7 @@ is($nodes->[0]->{fullscreen_mode}, 1, 'client fullscreen now');
|
||||
#####################################################################
|
||||
# send level up, try to un-fullscreen
|
||||
#####################################################################
|
||||
cmd 'level up';
|
||||
cmd 'focus parent';
|
||||
cmd 'fullscreen';
|
||||
|
||||
$nodes = get_ws_content $tmp;
|
||||
|
Reference in New Issue
Block a user