Adjust layer testcases for new layer change semantics

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1039/head
Michael Richters 4 years ago
parent 8dda28f86b
commit ec52c13431
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -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

Loading…
Cancel
Save