[ElmSharp][Non-ACR] Change GenList.SelectionMode to Always 30/179830/2
authorSeungkeun Lee <sngn.lee@samsung.com>
Tue, 22 May 2018 23:07:42 +0000 (08:07 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Tue, 22 May 2018 23:12:36 +0000 (23:12 +0000)
 Tester can't select item twice, but Step was guide to select same item twice
 So, SelectionMode change to Always mode

Change-Id: I1e82addc8525be2572d49996b644fbb8d399560e

tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSGenList.cs

index ff34cd6..f5f1b48 100755 (executable)
@@ -1530,6 +1530,7 @@ namespace ElmSharp.Tests
             }
             else
             {
+                _genList.SelectionMode = GenItemSelectionMode.Always;
                 _genList.FocusOnSelection = false;
                 for (int i = 0; i < 5; i++)
                 {
@@ -1576,4 +1577,4 @@ namespace ElmSharp.Tests
             }
         }
     }
-}
\ No newline at end of file
+}