Fix non-deterministic user acceptance tests
This commit is contained in:
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user