File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ public Issue31075(TestDevice device) : base(device)
1313 public override string Issue => "MediaPicker.CapturePhotoAsync / CaptureVideoAsync causes modal page to dismiss unexpectedly" ;
1414
1515 [ Test ]
16- [ Category ( UITestCategories . MediaPicker ) ]
17- [ Category ( UITestCategories . Modal ) ]
16+ [ Category ( UITestCategories . Navigation ) ]
17+ [ Category ( UITestCategories . Page ) ]
1818 public void MediaPickerShouldNotDismissModal ( )
1919 {
2020 // Open the modal page
@@ -57,8 +57,8 @@ public void MediaPickerShouldNotDismissModal()
5757 }
5858
5959 [ Test ]
60- [ Category ( UITestCategories . MediaPicker ) ]
61- [ Category ( UITestCategories . Modal ) ]
60+ [ Category ( UITestCategories . Navigation ) ]
61+ [ Category ( UITestCategories . Page ) ]
6262 public void VideoPickerShouldNotDismissModal ( )
6363 {
6464 // Open the modal page
You can’t perform that action at this time.
0 commit comments