testcases: don't sync_with_i3() before $x->input_focus
since input_focus calls it anyways
This commit is contained in:
committed by
Michael Stapelberg
parent
0702f1fb7b
commit
3a9d94bba4
@ -10,8 +10,6 @@ cmd 'split v';
|
||||
my $top = open_window;
|
||||
my $bottom = open_window;
|
||||
|
||||
sync_with_i3;
|
||||
|
||||
diag("top = " . $top->id . ", bottom = " . $bottom->id);
|
||||
|
||||
is($x->input_focus, $bottom->id, 'Bottom window focused');
|
||||
|
Reference in New Issue
Block a user