Skip to content

Commit b4a4b3d

Browse files
committed
linter
1 parent c0c93bc commit b4a4b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/python_testing/TC_SWTCH.py

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def _ask_for_multi_press_short_long(self, endpoint_id: int, pressed_position: in
102102
2. Operate switch (keep pressed for long time, e.g. 5 seconds) on the DUT immediately after the previous step
103103
3. Release switch from the DUT
104104
"""
105+
self.wait_for_user_input(msg)
105106
else:
106107
# This is just a simulator, ignore the long press instruction for now, it doesn't matter for the CI. It does for cert.
107108
self._send_multi_press_named_pipe_command(endpoint_id, 2, pressed_position, feature_map, multi_press_max)

0 commit comments

Comments
 (0)