Skip to content

Commit

Permalink
Add GraphicsView UiTestCategory (dotnet#26307)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo authored Dec 3, 2024
1 parent 7a22ea8 commit 076160b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/common/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ parameters:
- 'Border,BoxView,Brush,Button'
- 'CarouselView,Cells,CheckBox,CollectionView,ContextActions,CustomRenderers'
- 'DatePicker,Dispatcher,DisplayAlert,DisplayPrompt,DragAndDrop'
- 'Editor,Effects,Entry,FlyoutPage,Focus,Frame,Gestures'
- 'Editor,Effects,Entry,FlyoutPage,Focus,Frame,Gestures,GraphicsView'
- 'Image,ImageButton,IndicatorView,InputTransparent,IsEnabled,IsVisible'
- 'Label,Layout,Lifecycle,ListView'
- 'ManualReview,Maps,Navigation'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ internal static class UITestCategories
public const string Accessibility = "Accessibility";
public const string Brush = "Brush";
public const string Compatibility = "MovedFromCompatibility";
public const string GraphicsView = "GraphicsView";
}
}

0 comments on commit 076160b

Please sign in to comment.