We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eccda9 commit 2742778Copy full SHA for 2742778
src/python_testing/TC_SEAR_1_5.py
@@ -115,7 +115,7 @@ async def test_TC_SEAR_1_5(self):
115
116
if self.check_pics("SEAR.S.M.INVALID_STATE_FOR_SKIP") and self.check_pics("SEAR.S.M.HAS_MANUAL_SKIP_STATE_CONTROL"):
117
test_step = "Manually intervene to put the device in a state that prevents it from executing the SkipArea command \
118
- (e.g. set CurrentArea to null or make it not operate, i.e. be in the idle state)"
+ (e.g. set CurrentArea to null or make it not operate, i.e. be in the idle state). Ensure that SelectedArea is not empty."
119
self.print_step("3", test_step)
120
if self.is_ci:
121
await self.send_single_cmd(cmd=Clusters.Objects.ServiceArea.Commands.SelectAreas(newAreas=[7]),
0 commit comments