6 lines
161 B
Gherkin
6 lines
161 B
Gherkin
Feature: expose events handling
|
|
|
|
Scenario: logs when an expose event is handled
|
|
Given uhwm is running
|
|
Then the output must match /expos.+window.+\d+/i
|