tests: fix t/30-close-empty-split.t by properly creating a split con
This commit is contained in:
parent
47fe31f104
commit
b7e1ae13c5
|
@ -14,6 +14,8 @@ $i3->command("workspace $tmp")->recv;
|
||||||
ok(@{get_ws_content($tmp)} == 0, 'no containers yet');
|
ok(@{get_ws_content($tmp)} == 0, 'no containers yet');
|
||||||
|
|
||||||
my $first = open_empty_con($i3);
|
my $first = open_empty_con($i3);
|
||||||
|
my $second = open_empty_con($i3);
|
||||||
|
$i3->command(qq|[con_id="$first"] focus|)->recv;
|
||||||
|
|
||||||
$i3->command('split v')->recv;
|
$i3->command('split v')->recv;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue