summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UITests.Shared
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-07-19 15:26:46 -0600
committerJason Smith <jason.smith@xamarin.com>2017-07-19 14:26:46 -0700
commit6de1c5c8d75449834419d5760d78e72fce4b251e (patch)
tree3775fe3055f7246c031f49fd5d00ff510a9a1df3 /Xamarin.Forms.Core.UITests.Shared
parent7b69ea969a3bd2b5346def3a0aa8eb7f3b93f2b1 (diff)
downloadxamarin-forms-6de1c5c8d75449834419d5760d78e72fce4b251e.tar.gz
xamarin-forms-6de1c5c8d75449834419d5760d78e72fce4b251e.tar.bz2
xamarin-forms-6de1c5c8d75449834419d5760d78e72fce4b251e.zip
[Android] Handle fragment removal inside of the RemovePage method (#1053)
* Repro * Handle fragment removal inside of RemovePage method * Fix class name for test * Split long strings
Diffstat (limited to 'Xamarin.Forms.Core.UITests.Shared')
-rw-r--r--Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs b/Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs
index cca59b5a..2b2ff800 100644
--- a/Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs
+++ b/Xamarin.Forms.Core.UITests.Shared/UITestCategories.cs
@@ -33,6 +33,7 @@
public const string InputTransparent = "InputTransparent";
public const string IsEnabled = "IsEnabled";
public const string Gestures = "Gestures";
+ public const string Navigation = "Navigation";
public const string ManualReview = "ManualReview";
}