summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj3
-rw-r--r--Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj3
-rw-r--r--Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-NavigationBarUITests.cs57
-rw-r--r--Xamarin.Forms.Core.iOS.UITests/Xamarin.Forms.Core.iOS.UITests.csproj1
4 files changed, 0 insertions, 64 deletions
diff --git a/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj b/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj
index 8a9a6188..173587b7 100644
--- a/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj
+++ b/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj
@@ -117,9 +117,6 @@
<Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-CellsUITests.cs">
<Link>Tests\Legacy-CellsUITests.cs</Link>
</Compile>
- <Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-NavigationBarUITests.cs">
- <Link>Tests\Legacy-NavigationBarUITests.cs</Link>
- </Compile>
<Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\PickerUITests.cs">
<Link>Tests\PickerUITests.cs</Link>
</Compile>
diff --git a/Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj b/Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj
index c817d655..ae9ddd6b 100644
--- a/Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj
+++ b/Xamarin.Forms.Core.Windows.UITests/Xamarin.Forms.Core.Windows.UITests.csproj
@@ -118,9 +118,6 @@
<Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-CellsUITests.cs">
<Link>Tests\Legacy-CellsUITests.cs</Link>
</Compile>
- <Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-NavigationBarUITests.cs">
- <Link>Tests\Legacy-NavigationBarUITests.cs</Link>
- </Compile>
<Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-UnevenListTests.cs">
<Link>Tests\Legacy-UnevenListTests.cs</Link>
</Compile>
diff --git a/Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-NavigationBarUITests.cs b/Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-NavigationBarUITests.cs
deleted file mode 100644
index 5af7751d..00000000
--- a/Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-NavigationBarUITests.cs
+++ /dev/null
@@ -1,57 +0,0 @@
-using NUnit.Framework;
-using Xamarin.UITest;
-using System;
-using System.Threading;
-using Xamarin.UITest.Queries;
-using System.Diagnostics;
-
-namespace Xamarin.Forms.Core.UITests
-{
- //[TestFixture]
- //[Category ("NavigationPage")]
- internal class NavigationBarGalleryTests : BaseTestFixture
- {
- // TODO: Port to new conventions
-
- public NavigationBarGalleryTests ()
- {
- ShouldResetPerFixture = false;
- }
-
- protected override void NavigateToGallery ()
- {
- //App.NavigateToGallery (GalleryQueries.NavigationBarGalleryLegacy);
- }
-
- //[Test]
- //[Category ("ManualReview")]
- //[Description ("Change NavigationPage Bar colors")]
- public void NavigationBarGalleryTestsChangeColors ()
- {
- // App.Screenshot ("Background should be green, Text and back button / arrow should be yellow");
-
- // App.Tap (q => q.Button ("Change BarTextColor"));
- // App.Screenshot ("Text / back button / arrow should change to teal");
- // App.Tap (q => q.Button ("Change BarTextColor"));
- // App.Screenshot ("Text / back button / arrow should change to Color.Default");
- // App.Tap (q => q.Button ("Change BarTextColor"));
- // App.Screenshot ("Text / back button / arrow should change to teal");
-
- // App.Tap (q => q.Button ("Change BarBackgroundColor"));
- // App.Screenshot ("Background color should change to navy");
- // App.Tap (q => q.Button ("Change BarBackgroundColor"));
- // App.Screenshot ("Background color should change to Color.Default");
- // App.Tap (q => q.Button ("Change BarBackgroundColor"));
- // App.Screenshot ("Background color should change to navy");
-
- // App.Tap (q => q.Button ("Change Both to default"));
- // App.Screenshot ("Background color / text / back button / arrow should change to Color.Default");
-
- // App.Tap (q => q.Button ("Make sure Tint still works"));
- // App.Screenshot ("Background arrow should change to red");
-
- // App.Tap (q => q.Button ("Black background, white text"));
- // App.Screenshot ("Status bar should be white on iOS");
- }
- }
-}
diff --git a/Xamarin.Forms.Core.iOS.UITests/Xamarin.Forms.Core.iOS.UITests.csproj b/Xamarin.Forms.Core.iOS.UITests/Xamarin.Forms.Core.iOS.UITests.csproj
index 87521d32..07b513e0 100644
--- a/Xamarin.Forms.Core.iOS.UITests/Xamarin.Forms.Core.iOS.UITests.csproj
+++ b/Xamarin.Forms.Core.iOS.UITests/Xamarin.Forms.Core.iOS.UITests.csproj
@@ -83,7 +83,6 @@
<Compile Include="Tests\EditorUITests.cs" />
<Compile Include="Tests\FrameUITests.cs" />
<Compile Include="Tests\ImageUITests.cs" />
- <Compile Include="Tests\Legacy-NavigationBarUITests.cs" />
<Compile Include="Tests\WebViewUITests.cs" />
<Compile Include="Tests\TimePickerUITests.cs" />
<Compile Include="Tests\SwitchUITests.cs" />