We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7db0bf commit 8854707Copy full SHA for 8854707
src/System.Waf/Samples/Writer/Writer.Presentation/Views/MainView.xaml
@@ -45,7 +45,7 @@
45
</ContentControl.RenderTransform>
46
</ContentControl>
47
48
- <TabControl x:Name="documentView" ItemsSource="{Binding DocumentViews}" SelectedItem="{Binding ActiveDocumentView}">
+ <TabControl x:Name="documentView" ItemsSource="{Binding DocumentViews}" SelectedItem="{Binding ActiveDocumentView}" AutomationProperties.AutomationId="DocumentTabControl">
49
<TabControl.RenderTransform>
50
<TranslateTransform/>
51
</TabControl.RenderTransform>
0 commit comments