tests: t/19-match needs a little delay
This commit is contained in:
parent
0add563448
commit
0fe564d122
|
@ -113,6 +113,8 @@ ok(@{$content} == 2, 'two windows opened');
|
|||
|
||||
cmd '[class="special" title="left"] kill';
|
||||
|
||||
sleep 0.25;
|
||||
|
||||
$content = get_ws_content($tmp);
|
||||
is(@{$content}, 1, 'one window still there');
|
||||
|
||||
|
|
Loading…
Reference in New Issue