Skip to content

Commit 8854707

Browse files
committed
Writer: add AutomationId
1 parent d7db0bf commit 8854707

File tree

1 file changed

+1
-1
lines changed
  • src/System.Waf/Samples/Writer/Writer.Presentation/Views

1 file changed

+1
-1
lines changed

src/System.Waf/Samples/Writer/Writer.Presentation/Views/MainView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</ContentControl.RenderTransform>
4646
</ContentControl>
4747

48-
<TabControl x:Name="documentView" ItemsSource="{Binding DocumentViews}" SelectedItem="{Binding ActiveDocumentView}">
48+
<TabControl x:Name="documentView" ItemsSource="{Binding DocumentViews}" SelectedItem="{Binding ActiveDocumentView}" AutomationProperties.AutomationId="DocumentTabControl">
4949
<TabControl.RenderTransform>
5050
<TranslateTransform/>
5151
</TabControl.RenderTransform>

0 commit comments

Comments
 (0)