[ElmSharp][Non-ACR]Fix manual TCT for Index 18/191918/1
authorJeonghyun Yun <jh0506.yun@samsung.com>
Thu, 25 Oct 2018 09:08:45 +0000 (18:08 +0900)
committerJeonghyun Yun <jh0506.yun@samsung.com>
Thu, 25 Oct 2018 09:09:41 +0000 (18:09 +0900)
Change-Id: Iaee35976ee18ca8574caaecdd44af1992b3141ed
Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSIndex.cs
tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSIndexItem.cs

index 5e52fec..b1c53e0 100755 (executable)
@@ -80,9 +80,10 @@ namespace ElmSharp.Tests
             _testPage.ExecuteTCByPage(index);
             index.Append(string.Format("{0}", 0));
             index.Append(string.Format("{0}", 0));
+            index.Update(0);
             index.Changed += OnChanged;
             await ManualTest.WaitForConfirm();
             index.Changed -= OnChanged;
         }
     }
-}
\ No newline at end of file
+}
index 95dab3e..782d27e 100755 (executable)
@@ -78,9 +78,10 @@ namespace ElmSharp.Tests
             index.Show();
             _testPage.ExecuteTCByPage(index);
             var indexitem = index.Append(string.Format("{0}", 0));
+            index.Update(0);
             indexitem.Selected += OnSelected;
             await ManualTest.WaitForConfirm();
             indexitem.Selected -= OnSelected;
         }
     }
-}
\ No newline at end of file
+}