Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
t/166-assign: wait until the window is definitely mapped
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Apr 9, 2012
1 parent 7210ab2 commit 983ba65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testcases/t/166-assign.t
Expand Up @@ -171,6 +171,7 @@ $workspaces = get_workspace_names;
ok(!("targetws" ~~ @{$workspaces}), 'targetws does not exist yet');

$window = open_special(wm_class => 'SPEcial');
wait_for_map $window;

$content = get_ws($tmp);
ok(@{$content->{nodes}} == 0, 'no tiling cons');
Expand Down

0 comments on commit 983ba65

Please sign in to comment.