uh-wm/features/manager/unmanage.feature
2015-04-21 03:41:14 +00:00

14 lines
391 B
Gherkin

Feature: manager client unmanagement
Background:
Given uhwm is running
And a window is managed
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