Skip to content

Commit

Permalink
fix failing axe test
Browse files Browse the repository at this point in the history
  • Loading branch information
karkarl committed Dec 10, 2021
1 parent 9fdec83 commit 9055b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Expander/TestUI/ExpanderPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<controls:Expander AutomationProperties.Name="ExpanderWithButtons" IsExpanded="False" Margin="12" MaxWidth="{ThemeResource FlyoutThemeMaxWidth}">
<controls:Expander.Header>
<ToggleButton>This is a toggle button in the header</ToggleButton>
<ToggleButton>This is a Togglebutton in the header</ToggleButton>
</controls:Expander.Header>
<StackPanel>
<TextBlock TextWrapping="Wrap" Text="Content. This is long content to test wrapping on the content section, this content should be wrapping after the control expands to max width."/>
Expand Down

0 comments on commit 9055b9b

Please sign in to comment.