summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UITests.Shared
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core.UITests.Shared')
-rw-r--r--Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs b/Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs
index 28a6fff4..c5168d7c 100644
--- a/Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs
+++ b/Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs
@@ -30,6 +30,8 @@
public const string ToolbarItem = "ToolbarItem";
public const string WebView = "WebView";
public const string Maps = "Maps";
+ public const string InputTransparent = "InputTransparent";
+ public const string IsEnabled = "IsEnabled";
public const string ManualReview = "ManualReview";
}