[Xamarin.Forms][Non-ACR]Fixed tests for Mobile and TV 60/178660/1
authorSeunghyun Choi <sh4682.choi@samsung.com>
Fri, 11 May 2018 06:14:16 +0000 (15:14 +0900)
committerSeunghyun Choi <sh4682.choi@samsung.com>
Fri, 11 May 2018 06:19:05 +0000 (15:19 +0900)
Change-Id: I27b0bac9a0cc9f4a37f4f6b4380bc3f6eb7b56c0

tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSActivityIndicator.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSContentPage.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index c172038..c77e0e0
@@ -62,9 +62,9 @@ namespace Xamarin.Forms.Core.UnitTests
         [Property("AUTHOR", "Md.Elme Focruzzaman Razi, ef.razi@samsung.com")]
         [Precondition(1, "NA")]
         [Step(1, "Click run TC")]
-        [Step(2, "Click Change button")]
+        [Step(2, "Click start button")]
         [Step(3, "Observe ActivityIndicator is running")]
-        [Step(4, "Testcase PASS if the ActivityIndicator color is Red,otherwise FAIL")]
+        [Step(4, "Testcase PASS if the ActivityIndicator is running,otherwise FAIL")]
         [Postcondition(1, "Click Back button.")]
         public async Task IsRunning_UIBH()
         {
old mode 100755 (executable)
new mode 100644 (file)
index a5a3fa5..8967d67
@@ -98,14 +98,14 @@ namespace Xamarin.Forms.Core.UnitTests
         [Precondition(1, "NA")]
         [Step(1, "Click run TC")]
         [Step(2, "Observe Background")]
-        [Step(3, "Click Pass if background color is olive, vice versa")]
+        [Step(3, "Click Pass if background color is red, vice versa")]
         [Postcondition(1, "Click back button")]
         public async Task BackgroundColor_UILK()
         {
             /* TEST CODE */
             _contentPage = new CustomContentPage();
 
-            _contentPage.BackgroundColor = Color.Olive;
+            _contentPage.BackgroundColor = Color.Red;
             _testPage.ExecuteTC(_contentPage);
             await ManualTest.WaitForConfirm();
         }