summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ToolbarGalleryUITests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ToolbarGalleryUITests.cs')
-rw-r--r--Xamarin.Forms.Core.iOS.UITests/Tests/Legacy-ToolbarGalleryUITests.cs51
1 files changed, 0 insertions, 51 deletions
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 **********************/
-/*******************************************************/
-
- }
-}