[Step(2, "Click run button to run TC")]
[Step(3, "Sliding mouse wheel when on button .")]
[Step(4, "TC will pass after Sliding mouse wheel.")]
+ [Step(5, "Not supported on wearable and emulator")]
[Postcondition(1, "NA")]
public async Task WheelEvent_CB()
{
- if (ManualTest.IsWearable())
+ if (ManualTest.IsWearable() || ManualTest.IsEmulator())
{
_wearTestPage.ExecuteTC(_label);
await ManualTest.WaitForConfirm();
[Step(2, "Press the Home button to hide the current window.")]
[Step(3, "Hold down the Home button to launch the task manager.")]
[Step(4, "Select the Tizen.NUI.Manual.Tests in Task Manager or run the Tizen.NUI.Manual.Tests again.")]
- [Step(5, "In case of Wearable, Press the home button, Run the Tizen.NUI.Manual.Tests again.")]\r
+ [Step(5, "In case of Wearable, Press the home button, Run the Tizen.NUI.Manual.Tests again.")]
[Step(6, "In case of XU3, Prepare keyboard and connect to XU3. Press the Home button to hide the current window. Press return button return to TCT page")]
[Step(7, "In case of TV, Press smarthub button in remote controller. Press return button return to TCT page")]
[Step(8, "The TC will pass.")]
[Step(2, "Click run button to run TC")]
[Step(3, "Sliding mouse wheel.")]
[Step(4, "TC will pass after Sliding mouse wheel.")]
+ [Step(5, "Not supported on wearable and emulator")]
[Postcondition(1, "NA")]
public async Task WheelEvent_CB()
{
- if (ManualTest.IsWearable())
+ if (ManualTest.IsWearable() || ManualTest.IsEmulator())
{
_wearTestPage.ExecuteTC(_label);
await ManualTest.WaitForConfirm();