Skip to content

Commit 2742778

Browse files
hicklinplauric
andauthored
Update src/python_testing/TC_SEAR_1_5.py
Co-authored-by: Petru Lauric <[email protected]>
1 parent 1eccda9 commit 2742778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_SEAR_1_5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async def test_TC_SEAR_1_5(self):
115115

116116
if self.check_pics("SEAR.S.M.INVALID_STATE_FOR_SKIP") and self.check_pics("SEAR.S.M.HAS_MANUAL_SKIP_STATE_CONTROL"):
117117
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)"
118+
(e.g. set CurrentArea to null or make it not operate, i.e. be in the idle state). Ensure that SelectedArea is not empty."
119119
self.print_step("3", test_step)
120120
if self.is_ci:
121121
await self.send_single_cmd(cmd=Clusters.Objects.ServiceArea.Commands.SelectAreas(newAreas=[7]),

0 commit comments

Comments
 (0)