зеркало из https://github.com/DeGsoft/maui-linux.git
Removing inconclusive result from Issue342 test
Marking 35736 test for manual review
This commit is contained in:
Родитель
fc66448bbd
Коммит
d008810f90
|
@ -3,6 +3,7 @@ using Xamarin.Forms.Internals;
|
||||||
|
|
||||||
#if UITEST
|
#if UITEST
|
||||||
using Xamarin.UITest;
|
using Xamarin.UITest;
|
||||||
|
using Xamarin.Forms.Core.UITests
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -43,6 +44,8 @@ namespace Xamarin.Forms.Controls.Issues
|
||||||
|
|
||||||
#if UITEST && __IOS__
|
#if UITEST && __IOS__
|
||||||
[Test]
|
[Test]
|
||||||
|
[Category(UITestCategories.ManualReview)]
|
||||||
|
[Ignore]
|
||||||
public void Bugzilla35736Test()
|
public void Bugzilla35736Test()
|
||||||
{
|
{
|
||||||
RunningApp.WaitForElement(q => q.Marked("Bugzilla35736Editor"));
|
RunningApp.WaitForElement(q => q.Marked("Bugzilla35736Editor"));
|
||||||
|
|
|
@ -79,7 +79,6 @@ namespace Xamarin.Forms.Controls.Issues
|
||||||
public void Issue342DelayedLoadTestsImageLoads ()
|
public void Issue342DelayedLoadTestsImageLoads ()
|
||||||
{
|
{
|
||||||
RunningApp.Screenshot ("Should not crash");
|
RunningApp.Screenshot ("Should not crash");
|
||||||
Assert.Inconclusive ("Manual review");
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче