Add manual review category to 2775 test (since all it does is take screenshots)
authorE.Z. Hart <hartez@gmail.com>
Wed, 29 Nov 2017 00:05:49 +0000 (17:05 -0700)
committerE.Z. Hart <hartez@gmail.com>
Wed, 29 Nov 2017 00:05:49 +0000 (17:05 -0700)
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue2775.cs

index 3fd30cb..e5da721 100644 (file)
@@ -14,6 +14,7 @@ namespace Xamarin.Forms.Controls.Issues
 {
 #if UITEST
        [Category(UITestCategories.InputTransparent)]
+       [Category(UITestCategories.ManualReview)]
 #endif
        [Preserve (AllMembers = true)]
        [Issue (IssueTracker.Github, 2775, "ViewCell background conflicts with ListView Semi-Transparent and Transparent backgrounds")]
@@ -113,7 +114,6 @@ namespace Xamarin.Forms.Controls.Issues
                public void Issue2775Test ()
                {
                        RunningApp.Screenshot ("I am at Issue 2775");
-                       //RunningApp.WaitForElement (q => q.Marked ("IssuePageLabel"));
                        RunningApp.Screenshot ("I see the Label");
                }
 #endif