[ElmSharp][Non-ACR] Updated TC for tv product 79/245979/1
authorJeonghyun Yun <jh0506.yun@samsung.com>
Wed, 21 Oct 2020 05:53:21 +0000 (14:53 +0900)
committerJeonghyun Yun <jh0506.yun@samsung.com>
Wed, 21 Oct 2020 05:53:21 +0000 (14:53 +0900)
 - 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
tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs
tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSlider.cs

index 8e0bacc..5a85cc3 100644 (file)
@@ -83,8 +83,6 @@ namespace ElmSharpApplication.Tizen
         {
             Elementary.Initialize();
             Elementary.ThemeOverlay();
-            if (ElmSharpProfile.GetProfile().CompareTo(ElmSharpProfile.TvProfile) == 0)\r
-                Elementary.AddThemeOverlay("/usr/share/elm-sharp/vd-elm-sharp-theme.edj");
 
             testRunner = new Program();
             testRunner.Run(args);
index 884043a..3c3055a 100644 (file)
@@ -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()
         {
index abfe218..8d570da 100644 (file)
@@ -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";