File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
TestCases.Shared.Tests/Tests/Issues Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1212 <Label Text =" CAROUSEL"
1313 TextTransform =" Uppercase" />
1414 <!-- https://github.com/dotnet/maui/issues/29402 -->
15- <local : CarouselView1 x : Name =" MyCarousel"
15+ <CarouselView x : Name =" MyCarousel"
1616 AutomationId =" MyCarousel"
1717 HorizontalOptions =" Fill"
1818 VerticalOptions =" Start"
1919 MinimumHeightRequest =" 120"
2020 HeightRequest =" 140"
2121 HorizontalScrollBarVisibility =" Never"
2222 EmptyView =" No data" >
23- <local : CarouselView1 .ItemsSource>
23+ <CarouselView .ItemsSource>
2424 <x : Array Type =" {x:Type x:String}" >
2525 <x : String >Item 1</x : String >
2626 <x : String >Item 2</x : String >
2727 <x : String >Item 3</x : String >
2828 </x : Array >
29- </local : CarouselView1 .ItemsSource>
30- <local : CarouselView1 .ItemTemplate>
29+ </CarouselView .ItemsSource>
30+ <CarouselView .ItemTemplate>
3131 <DataTemplate >
3232 <Grid ColumnDefinitions =" *,*,*,*"
3333 RowDefinitions =" *,Auto" >
140140 </Grid >
141141 </Grid >
142142 </DataTemplate >
143- </local : CarouselView1 .ItemTemplate>
144- </local : CarouselView1 >
143+ </CarouselView .ItemTemplate>
144+ </CarouselView >
145145 </VerticalStackLayout >
146146 </Border >
147147 </VerticalStackLayout >
Original file line number Diff line number Diff line change @@ -21,5 +21,11 @@ public void CarouselViewItemShouldScaleProperly()
2121 App . WaitForElement ( "Baboon" ) ;
2222 VerifyScreenshot ( ) ;
2323 }
24+
25+ [ TearDown ]
26+ public void TearDown ( )
27+ {
28+ App . SetOrientationPortrait ( ) ;
29+ }
2430}
2531#endif
You can’t perform that action at this time.
0 commit comments