summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.iOS.UITests
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core.iOS.UITests')
-rw-r--r--Xamarin.Forms.Core.iOS.UITests/Queries.cs1
-rw-r--r--Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ToolbarGalleryUITests.cs51
-rw-r--r--Xamarin.Forms.Core.iOS.UITests/Xamarin.Forms.Core.iOS.UITests.csproj1
3 files changed, 0 insertions, 53 deletions
diff --git a/Xamarin.Forms.Core.iOS.UITests/Queries.cs b/Xamarin.Forms.Core.iOS.UITests/Queries.cs
index dbc8ef47..2d4f2dca 100644
--- a/Xamarin.Forms.Core.iOS.UITests/Queries.cs
+++ b/Xamarin.Forms.Core.iOS.UITests/Queries.cs
@@ -71,7 +71,6 @@ namespace Xamarin.Forms.Core.UITests
public const string TableViewGalleryLegacy = "* marked:'TableView Gallery - Legacy'";
public const string TemplatedCarouselPageGalleryLegacy = "* marked:'TemplatedCarouselPage Gallery - Legacy'";
public const string TemplatedTabbedPageGalleryLegacy = "* marked:'TemplatedTabbedPage Gallery - Legacy'";
- public const string ToolbarGalleryLegacy = "* marked:'Toolbar Gallery - Legacy'";
public const string UnevenViewCellGalleryLegacy = "* marked:'UnevenViewCell Gallery - Legacy'";
public const string UnevenListGalleryLegacy = "* marked:'UnevenList Gallery - Legacy'";
public const string ViewCellGalleryLegacy = "* marked:'ViewCell Gallery - Legacy'";
diff --git a/Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ToolbarGalleryUITests.cs b/Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ToolbarGalleryUITests.cs
deleted file mode 100644
index ad00a191..00000000
--- a/Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ToolbarGalleryUITests.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-using NUnit.Framework;
-using Xamarin.UITest;
-
-namespace Xamarin.Forms.Core.UITests
-{
- [TestFixture]
- [Category ("ToolBar")]
- internal class ToolbarGalleryTests : BaseTestFixture
- {
- // TODO - Is there a ToolBar item limit, test image only toolbar item
- // TODO: Port to new conventions
-
- public ToolbarGalleryTests ()
- {
- ShouldResetPerFixture = false;
- }
-
- protected override void NavigateToGallery ()
- {
- App.NavigateToGallery (GalleryQueries.ToolbarGalleryLegacy);
- }
-
- //void AllElementsPresent ()
- //{
- // var elements = new [] { "One", "Two", "Three", "Four", "Click the toolbar" };
- // foreach (var element in elements)
- // App.WaitForElement (q => q.Marked (element));
-
- // App.Screenshot ("All elements exist");
- //}
-
- [Test]
- public void ToolbarGalleryToolbarAction ()
- {
- // AllElementsPresent ();
-
- // var elements = new [] { "One", "Two", "Three", "Four" };
- // foreach (var element in elements) {
- // App.Tap (q => q.Marked (element));
- // App.WaitForElement (q => q.Marked ("Activated: " + element));
- // }
-
- // App.Screenshot ("Toolbar commands fire");
- }
-
-/*******************************************************/
-/**************** Landscape tests **********************/
-/*******************************************************/
-
- }
-}
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 47dd9454..3b52ed75 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
@@ -105,7 +105,6 @@
<Compile Include="Tests\Legacy-TemplatedCarouselPageUITests.cs" />
<Compile Include="Tests\Legacy-TemplatedTabPageUITests.cs" />
<Compile Include="Tests\Legacy-TableViewUITests.cs" />
- <Compile Include="Tests\Legacy-ToolbarGalleryUITests.cs" />
<Compile Include="Tests\Legacy-UnevenViewCellUITests.cs" />
<Compile Include="Tests\Legacy-ViewCellUITests.cs" />
<Compile Include="Tests\Legacy-NavigationBarUITests.cs" />