Skip to content

Commit

Permalink
Add missing categories in YML
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Jul 4, 2024
1 parent 32b5534 commit 16b153c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/common/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ parameters:
- 'Accessibility,ActionSheet,ActivityIndicator,Animation,AppLinks'
- 'Border,BoxView,Brush,Button'
- 'CarouselView,Cells,CheckBox,CollectionView,ContextActions,CustomRenderers'
- 'DatePicker,DisplayAlert,DisplayPrompt,DragAndDrop'
- 'DatePicker,Dispatcher,DisplayAlert,DisplayPrompt,DragAndDrop'
- 'Editor,Effects,Entry,FlyoutPage,Focus,Frame,Gestures'
- 'Image,ImageButton,IndicatorView,InputTransparent,IsEnabled'
- 'Image,ImageButton,IndicatorView,InputTransparent,IsEnabled,IsVisible'
- 'Label,Layout,Lifecycle,ListView'
- 'ManualReview,Maps,Navigation'
- 'Page,Performance,Picker,ProgressBar'
- 'RadioButton,RefreshView'
- 'ScrollView,SearchBar,Shape,Shell,Slider,Stepper,Switch,SwipeView'
- 'ScrollView,SearchBar,Shape,Shell,Slider,SoftInput,Stepper,Switch,SwipeView'
- 'TabbedPage,TableView,TimePicker,TitleView,ToolbarItem'
- 'ViewBaseTests,Visual,WebView,Window'
- 'zzEmptyCategoryzz' # reserved keyword to make sure we run tests with no category specified
Expand Down

0 comments on commit 16b153c

Please sign in to comment.