Commit 2764129
authored
Reset state before Step 8 in SWTCH 2.6 test (project-chip#38262)
Switch test 2.6 Step 6 is doing more switch actions then configured leading into the "cancelled" state which means that no more event should be send
(from spec 1.13.5.3. MultiPressMax Attribute)
> until the switch has become
fully idle (i.e. no longer in the process of counting presses within the multipress).
The test is starting step 8 directly after receiving the MultiPressComplete event from step 6 and not giving the Switch the time to finish multi switch actions.
This PR adds a reset after Step 6 before Step 8 to ensure this is cleared1 parent 6a12136 commit 2764129
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
| 927 | + | |
| 928 | + | |
927 | 929 | | |
928 | 930 | | |
929 | 931 | | |
| |||
0 commit comments