Add layout client unmanagement feature

This commit is contained in:
Thibault Jouan
2015-04-20 09:26:49 +00:00
parent 38a90ab0af
commit a6edac962b
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Feature: layout client unmanagement
Background:
Given uhwm is running
And a first window is mapped
And a second window is mapped
Scenario: maps another window
When the second window requests to be unmapped
Then the first window must be mapped