From ec52c13431e939627220789da41cf25bc217424a Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Tue, 18 May 2021 15:24:11 -0500 Subject: [PATCH] Adjust layer testcases for new layer change semantics Signed-off-by: Michael Richters --- tests/features/layers/floating-base/test.ktest | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/features/layers/floating-base/test.ktest b/tests/features/layers/floating-base/test.ktest index f8fcc8d9..250945d0 100644 --- a/tests/features/layers/floating-base/test.ktest +++ b/tests/features/layers/floating-base/test.ktest @@ -66,22 +66,6 @@ RUN 5 ms # ============================================================================== NAME Stack layer 0 on top of layer 1 -# Deactivate Layer 0: Now the layer stack should contain only layer 1. -PRESS LAYER_LOCK_0 -RUN 5 ms -RELEASE LAYER_LOCK_0 -RUN 5 ms - -PRESS A -RUN 1 cycle -EXPECT keyboard-report Key_B # Report should contain only `B` -RUN 5 ms - -RELEASE A -RUN 1 cycle -EXPECT keyboard-report empty # Report should be empty -RUN 5 ms - # Activate Layer 0: There should now be two layers in the stack, with layer 0 on # top of layer 1. PRESS LAYER_LOCK_0