uh-wm/features/layout/manage.feature
Thibault Jouan 82a4161cc2 Improve UAT on layout
* Move cucumber features regarding the layout protocol in
  layout/protocol;
* Add new cucumber features to test uh-layout integration in uh-wm, at
  least simple mapping and focus behavior;
* Add new acceptance testing helpers
2015-04-18 19:33:47 +00:00

13 lines
301 B
Gherkin

Feature: layout client management
Background:
Given uhwm is running
Scenario: maps new client window
When a window requests to be mapped
Then the window must be mapped
Scenario: focuses new client window
When a window requests to be mapped
Then the window must be focused