From ed80514659855a22b1e398af7acf66c68000c2d9 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Thu, 28 Apr 2016 17:10:25 -0600 Subject: Remove empty UI test for control which no longer exists (#152) --- .../Tests/Legacy-ToolbarGalleryUITests.cs | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ToolbarGalleryUITests.cs (limited to 'Xamarin.Forms.Core.iOS.UITests/Tests') 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 **********************/ -/*******************************************************/ - - } -} -- cgit v1.2.3