Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit ea6e902

Browse files
committed
Fixed UI test.
1 parent b1702bc commit ea6e902

File tree

1 file changed

+3
-1
lines changed
  • Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared

1 file changed

+3
-1
lines changed

Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue5150.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
using Xamarin.Forms.CustomAttributes;
44
using Xamarin.Forms.Internals;
55

6+
67
#if UITEST
8+
using CategoryAttribute = NUnit.Framework.CategoryAttribute;
79
using Xamarin.Forms.Core.UITests;
810
using Xamarin.UITest;
911
using NUnit.Framework;
@@ -47,7 +49,7 @@ public ContentDescriptionEffect() : base($"{Issues.Effects.ResolutionGroupName}.
4749
}
4850

4951
#if UITEST
50-
[Category(UITestCategories.ManualReview)]
52+
[Category(UITestCategories.Button)]
5153
#endif
5254
[Preserve(AllMembers = true)]
5355
[Issue(IssueTracker.Github, 5150, "AutomationProperties.Name, AutomationProperties.HelpText on Button not read by Android TalkBack", PlatformAffected.Android)]

0 commit comments

Comments
 (0)