File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
TestCases.HostApp/FeatureMatrix/HorizontalStackLayout
TestCases.Shared.Tests/Tests/FeatureMatrix Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 xmlns : local =" clr-namespace:Maui.Controls.Sample"
55 x : Class =" Maui.Controls.Sample.StackLayoutOptionsPage"
66 x : DataType =" local:StackLayoutViewModel"
7- Title =" tackLayoutOptionsPage " >
7+ Title =" StackLayoutOptionsPage " >
88 <ContentPage .ToolbarItems>
99 <ToolbarItem Text =" Apply"
1010 Clicked =" ApplyButton_Clicked"
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ public void HorizontalStackLayout_Spacing_With_HeightAndWidth()
397397
398398#if ANDROID || IOS
399399 [ Test ]
400- public void HorizontalStackLayout_Spacing_WithLandspace ( )
400+ public void HorizontalStackLayout_Spacing_WithLandscape ( )
401401 {
402402 App . WaitForElement ( "Options" ) ;
403403 App . Tap ( "Options" ) ;
@@ -415,7 +415,7 @@ public void HorizontalStackLayout_Spacing_WithLandspace()
415415 }
416416
417417 [ Test ]
418- public void VerticalStackLayout_Spacing_WithLandspace ( )
418+ public void VerticalStackLayout_Spacing_WithLandscape ( )
419419 {
420420 App . WaitForElement ( "Options" ) ;
421421 App . Tap ( "Options" ) ;
You can’t perform that action at this time.
0 commit comments