testcases: drop open_floating_window()s $x parameter, use global
This commit is contained in:
committed by
Michael Stapelberg
parent
f7f1ec5dab
commit
293517fb2e
@ -176,9 +176,9 @@ is($x->input_focus, $second->id, 'second (floating) container focused');
|
||||
|
||||
$tmp = fresh_workspace;
|
||||
|
||||
$first = open_floating_window($x, { background_color => '#ff0000' });# window 10
|
||||
$second = open_floating_window($x, { background_color => '#00ff00' }); # window 11
|
||||
$third = open_floating_window($x, { background_color => '#0000ff' }); # window 12
|
||||
$first = open_floating_window({ background_color => '#ff0000' });# window 10
|
||||
$second = open_floating_window({ background_color => '#00ff00' }); # window 11
|
||||
$third = open_floating_window({ background_color => '#0000ff' }); # window 12
|
||||
|
||||
sync_with_i3($x);
|
||||
|
||||
|
Reference in New Issue
Block a user