Get rid of references to level up/down.

In v4 syntax, that's focus parent/child.
This commit is contained in:
Fernando Tarlá Cardoso Lemos
2012-05-27 01:44:29 -03:00
committed by Michael Stapelberg
parent 04b5ec8165
commit 485871ffdd
4 changed files with 8 additions and 8 deletions

View File

@ -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;