diff --git a/features/manager/input_events.feature b/features/manager/input_events.feature deleted file mode 100644 index f2868a1..0000000 --- a/features/manager/input_events.feature +++ /dev/null @@ -1,8 +0,0 @@ -Feature: input events selection - - Scenario: selects the appropriate input event mask for a window manager - Given uhwm is running - Then the input event mask must include StructureNotifyMask - And the input event mask must include SubstructureNotifyMask - And the input event mask must include SubstructureRedirectMask - And the input event mask must include PropertyChangeMask