testcase: correct window names (trivial)
This commit is contained in:
parent
1fc15d270e
commit
f007e3621d
|
@ -59,9 +59,9 @@ is($x->input_focus, $second->id, 'second con still focused after killing third')
|
||||||
|
|
||||||
$tmp = fresh_workspace;
|
$tmp = fresh_workspace;
|
||||||
|
|
||||||
$first = open_standard_window($x); # window 2
|
$first = open_standard_window($x); # window 5
|
||||||
$second = open_standard_window($x); # window 3
|
$second = open_standard_window($x); # window 6
|
||||||
my $third = open_standard_window($x); # window 4
|
my $third = open_standard_window($x); # window 7
|
||||||
|
|
||||||
is($x->input_focus, $third->id, 'last container focused');
|
is($x->input_focus, $third->id, 'last container focused');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue