* 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
13 lines
301 B
Gherkin
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
|