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
@ -57,9 +57,6 @@ my $tmp2 = get_unused_workspace;
|
||||
cmd "move workspace $tmp2";
|
||||
|
||||
# verify that the third window has the focus
|
||||
|
||||
sync_with_i3;
|
||||
|
||||
is($x->input_focus, $third->id, 'third window focused');
|
||||
|
||||
done_testing;
|
||||
|
Reference in New Issue
Block a user