testcases: drop open_floating_window()s $x parameter, use global
This commit is contained in:
committed by
Michael Stapelberg
parent
f7f1ec5dab
commit
293517fb2e
@ -136,7 +136,7 @@ is(@{$content}, 1, 'only one nodes on this workspace');
|
||||
######################################################################
|
||||
|
||||
$tmp = fresh_workspace;
|
||||
my $floatwin = open_floating_window($x);
|
||||
my $floatwin = open_floating_window;
|
||||
my ($absolute_before, $top_before) = $floatwin->rect;
|
||||
|
||||
cmd 'move left';
|
||||
|
Reference in New Issue
Block a user