Remove empty UI test for control which no longer exists (#152)
This commit is contained in:
Родитель
2a68d44588
Коммит
ed80514659
|
@ -186,9 +186,6 @@
|
|||
<Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-TemplatedTabPageUITests.cs">
|
||||
<Link>Tests\Legacy-TemplatedTabPageUITests.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-ToolbarGalleryUITests.cs">
|
||||
<Link>Tests\Legacy-ToolbarGalleryUITests.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-UnevenViewCellUITests.cs">
|
||||
<Link>Tests\Legacy-UnevenViewCellUITests.cs</Link>
|
||||
</Compile>
|
||||
|
|
|
@ -187,9 +187,6 @@
|
|||
<Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-TemplatedTabPageUITests.cs">
|
||||
<Link>Tests\Legacy-TemplatedTabPageUITests.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-ToolbarGalleryUITests.cs">
|
||||
<Link>Tests\Legacy-ToolbarGalleryUITests.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Xamarin.Forms.Core.iOS.UITests\Tests\Legacy-UnevenListTests.cs">
|
||||
<Link>Tests\Legacy-UnevenListTests.cs</Link>
|
||||
</Compile>
|
||||
|
|
|
@ -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'";
|
||||
|
|
|
@ -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 **********************/
|
||||
/*******************************************************/
|
||||
|
||||
}
|
||||
}
|
|
@ -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" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче