Test how manager should handle destroyed windows
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
Feature: manager client unmanagement
|
||||
|
||||
Scenario: logs when a new client is unmanaged
|
||||
Background:
|
||||
Given uhwm is running
|
||||
And a window is mapped
|
||||
|
||||
Scenario: logs when a new client is unmanaged
|
||||
When the window requests to be unmapped
|
||||
Then the output must match /unmanag.+xclient/i
|
||||
|
||||
Scenario: unmanages client on destroy notify X events
|
||||
When the window is destroyed
|
||||
Then the output must match /unmanag.+xclient/i
|
||||
|
Reference in New Issue
Block a user