[XamarinForms][Non-ACR] Fix BarBackgroundColor_NavigationPage_UIBH TC 87/179687/2
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 21 May 2018 07:46:58 +0000 (16:46 +0900)
committerSunghyun Min <shyun.min@samsung.com>
Mon, 21 May 2018 10:17:45 +0000 (10:17 +0000)
 - Title bar was shwon two
 - So, tester confuse What is title bar

Change-Id: Ie06b24d6637e1d0af201d2b352b0865d3f729c52

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

old mode 100755 (executable)
new mode 100644 (file)
index 81704e0..8e9ad8d
@@ -245,6 +245,8 @@ namespace Xamarin.Forms.Core.UnitTests
             };
             imageGray.GestureRecognizers.Add(tapGestureRecognizerGray);
             _navigationPage.BarBackgroundColor = Color.Default;
+
+            NavigationPage.SetHasNavigationBar(_navigationPage, false);
             await ManualTest.WaitForConfirm();
         }