From 95307fadaa0d74b45fb03f0def8eb69a4737a353 Mon Sep 17 00:00:00 2001 From: Jeonghyun Yun Date: Wed, 21 Oct 2020 14:53:21 +0900 Subject: [PATCH] [ElmSharp][Non-ACR] Updated TC for tv product - Removed tv theme overlay because it is added in ElmSharp - Genlist ItemMoved 3 TC description is updated for more clarify - Slider IndicatorFormat TC slider value is changed due to TV UX Change-Id: Ic17a237bf832d678008bb77725669fa485d83865 --- tct-suite-vs/Tizen.ElmSharp.Manual.Tests/Program.cs | 2 -- tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs | 6 +++--- tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSlider.cs | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/Program.cs b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/Program.cs index 8e0bacc..5a85cc3 100644 --- a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/Program.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/Program.cs @@ -83,8 +83,6 @@ namespace ElmSharpApplication.Tizen { Elementary.Initialize(); Elementary.ThemeOverlay(); - if (ElmSharpProfile.GetProfile().CompareTo(ElmSharpProfile.TvProfile) == 0) - Elementary.AddThemeOverlay("/usr/share/elm-sharp/vd-elm-sharp-theme.edj"); testRunner = new Program(); testRunner.Run(args); diff --git a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs index 884043a..3c3055a 100644 --- a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs @@ -1313,7 +1313,7 @@ namespace ElmSharp.Tests [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")] [Precondition(1, "NA")] [Step(1, "Click Run tc.")] - [Step(2, "Drag Item0 after Item2.")] + [Step(2, "Longpress Item0 and drag after Item2.")] [Postcondition(1, "NA")] public async Task ItemMoved_EVENT() { @@ -1341,7 +1341,7 @@ namespace ElmSharp.Tests [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")] [Precondition(1, "NA")] [Step(1, "Click Run tc.")] - [Step(2, "Drag Item0 after Item4.")] + [Step(2, "Longpress Item0 and drag after Item4.")] [Postcondition(1, "NA")] public async Task ItemMovedAfter_EVENT() { @@ -1369,7 +1369,7 @@ namespace ElmSharp.Tests [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")] [Precondition(1, "NA")] [Step(1, "Click Run tc.")] - [Step(2, "Drag Item4 before Item1.")] + [Step(2, "Longpress Item4 and drag before Item1.")] [Postcondition(1, "NA")] public async Task ItemMovedBefore_EVENT() { diff --git a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSlider.cs b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSlider.cs index abfe218..8d570da 100644 --- a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSlider.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSlider.cs @@ -394,7 +394,7 @@ namespace ElmSharp.Tests _slider.IsHorizontal = true; _slider.Minimum = 0; _slider.Maximum = 1; - _slider.Value = 0.45; + _slider.Value = 0.49; _slider.IsIndicatorVisible = true; _slider.IndicatorFormat = "%1.1f"; -- 2.7.4