You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestStep(2, "Set up subscription to all events of Switch cluster on the endpoint"),
332
332
TestStep(3, "Operator does not operate switch on the DUT"),
333
333
TestStep(4, "TH reads the CurrentPosition attribute from the DUT", "Verify that the value is 0"),
334
-
TestStep(5, "Operator operates switch (keep it pressed)", "Verify that the TH receives InitialPress event with NewPosition set to 1 on the DUT"),
334
+
TestStep(5, "Operator operates switch (keep it pressed)",
335
+
"Verify that the TH receives InitialPress event with NewPosition set to 1 on the DUT"),
335
336
TestStep(6, "TH reads the CurrentPosition attribute from the DUT", "Verify that the value is 1"),
336
337
TestStep(7, "Operator releases switch on the DUT"),
337
338
TestStep("8a", "If the DUT implements the MSR feature, verify that the TH receives ShortRelease event with NewPosition set to 0 on the DUT", "Event received"),
338
-
TestStep("8b", "If the DUT implements the AS feature, verify that the TH does not receive ShortRelease event on the DUT", "No event received"),
339
+
TestStep(
340
+
"8b", "If the DUT implements the AS feature, verify that the TH does not receive ShortRelease event on the DUT", "No event received"),
339
341
TestStep(9, "TH reads the CurrentPosition attribute from the DUT", "Verify that the value is 0"),
0 commit comments