зеркало из 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
|
||||
using Xamarin.UITest;
|
||||
using Xamarin.Forms.Core.UITests
|
||||
using NUnit.Framework;
|
||||
#endif
|
||||
|
||||
|
@ -43,6 +44,8 @@ namespace Xamarin.Forms.Controls.Issues
|
|||
|
||||
#if UITEST && __IOS__
|
||||
[Test]
|
||||
[Category(UITestCategories.ManualReview)]
|
||||
[Ignore]
|
||||
public void Bugzilla35736Test()
|
||||
{
|
||||
RunningApp.WaitForElement(q => q.Marked("Bugzilla35736Editor"));
|
||||
|
|
|
@ -79,7 +79,6 @@ namespace Xamarin.Forms.Controls.Issues
|
|||
public void Issue342DelayedLoadTestsImageLoads ()
|
||||
{
|
||||
RunningApp.Screenshot ("Should not crash");
|
||||
Assert.Inconclusive ("Manual review");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче