[Property("SPEC_URL", "-")]
[Property("CRITERIA", "EVL")]
[Property("AUTHOR", "Gattu Praveen Kumar, gattu.p@samsung.com")]
- [Precondition(1, "Device Display Should be On")]
+ [Precondition(1, "Device display must be on")]
+ [Precondition(2, "[Wearable Targets(TW1, TW2, Emulator)] Set the display timeout as 15 seconds. The menu is here at Settings > Display > Screen Timeout.")]
[Step(1, "Click run TC")]
- [Step(2, "Turn Off the Display")]
- [Step(3, "Turn On the Display")]
- [Step(4, "If you don't get pass, It is fail.")]
+ [Step(2, "[Mobile Targets(TM1, TM2, Emulator)] Press the powerkey button to turn off the display")]
+ [Step(3, "[Wearable Targets(TW1, TW2, Emulator)] Wait until the display is turned off as much time as you set in the Precondition step")]
+ [Step(4, "If you do not get pass, it is failed.")]
public static async Task StateChanged_EVENT_CHECK()
{
if (PassForNotSuppot() == 1) return;
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "PRE")]
[Property("AUTHOR", "Gattu Praveen Kumar, gattu.p@samsung.com")]
- [Precondition(1, "Device Display State should be On")]
+ [Precondition(1, "Device Display must be on")]
+ [Precondition(2, "[Wearable Targets(TW1, TW2, Emulator)] Set the display timeout as 15 seconds. The menu is here at Settings > Display > Screen Timeout.")]
[Step(1, "Click Run TC")]
- [Step(2, "Turn off the Display by pressing the power button once")]
- [Step(3, "If you don't get pass, It is fail.")]
+ [Step(2, "[Mobile Targets(TM1, TM2, Emulator)] Press the powerkey button to turn off the display")]
+ [Step(3, "[Wearable Targets(TW1, TW2, Emulator)] Wait until the display is turned off as much time as you set in the Precondition step")]
+ [Step(4, "If you do not get pass, it is failed.")]
public static async Task State_PROPERTY_READ_ONLY()
{
if (PassForNotSuppot() == 1) return;