fix test after renaming role to window_role
This commit is contained in:
parent
35b70ca423
commit
318b089e6d
|
@ -85,7 +85,7 @@ verify_swallow_criterion(
|
|||
);
|
||||
|
||||
verify_swallow_criterion(
|
||||
'"role": "^special_role$"',
|
||||
'"window_role": "^special_role$"',
|
||||
sub {
|
||||
open_window(
|
||||
name => 'roletest',
|
||||
|
|
Loading…
Reference in New Issue