File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,16 +170,16 @@ async def test_TC_RVCOPSTATE_2_4(self):
170
170
171
171
if self .check_pics ("PICS_M_ST_SEEKING_CHARGER" ):
172
172
step_name = "Manually put the device in the SEEKING CHARGER operational state"
173
- self .print_step (8 , step_name )
173
+ self .print_step (11 , step_name )
174
174
if self .is_ci :
175
175
await self .send_run_change_to_mode_cmd (rvc_app_run_mode_cleaning )
176
176
await self .send_run_change_to_mode_cmd (rvc_app_run_mode_idle )
177
177
else :
178
178
self .wait_for_user_input (prompt_msg = f"{ step_name } , and press Enter when ready." )
179
179
180
- await self .read_operational_state_with_check (9 , rvc_op_states .kSeekingCharger )
180
+ await self .read_operational_state_with_check (12 , rvc_op_states .kSeekingCharger )
181
181
182
- await self .send_go_home_cmd_with_check (10 , op_errors .kNoError )
182
+ await self .send_go_home_cmd_with_check (13 , op_errors .kNoError )
183
183
184
184
185
185
if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments