11 lines
269 B
Gherkin
11 lines
269 B
Gherkin
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
|