Fix non-deterministic user acceptance tests

This commit is contained in:
Thibault Jouan
2015-04-21 13:38:34 +00:00
parent 47bc9c9da2
commit 730527b836
6 changed files with 23 additions and 21 deletions

View File

@@ -8,5 +8,5 @@ Feature: layout client management
Then the window must be mapped
Scenario: focuses new client window
When a window requests to be mapped
When a window is mapped
Then the window must be focused

View File

@@ -30,6 +30,6 @@ Feature: layout protocol
Scenario: tells the layout to unmanage a client with #remove message
Given uhwm is running with options -v -r./layout -l Layout
And a window is managed
And a window is mapped
When the window is unmapped
Then the output must contain "testing_#remove_XClient/default"

View File

@@ -2,8 +2,8 @@ Feature: layout client unmanagement
Background:
Given uhwm is running
And a first window is managed
And a second window is managed
And a first window is mapped
And a second window is mapped
Scenario: maps another window
When the second window is unmapped