Skip to content

Commit 660230e

Browse files
Copilotjfversluis
andcommitted
Fix UITestCategories build errors in Issue31075 tests
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
1 parent f7cf8f2 commit 660230e

File tree

1 file changed

+4
-4
lines changed
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues

1 file changed

+4
-4
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue31075.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)