|
31 | 31 | Text="{helpers:ResourceString Name=General}" /> |
32 | 32 |
|
33 | 33 | <!-- Language settings --> |
34 | | - <wctcontrols:SettingsCard Header="{helpers:ResourceString Name=Language}"> |
| 34 | + <wctcontrols:SettingsCard AutomationProperties.Name="LanguageSettings" Header="{helpers:ResourceString Name=Language}"> |
35 | 35 | <wctcontrols:SettingsCard.HeaderIcon> |
36 | 36 | <FontIcon Glyph="" /> |
37 | 37 | </wctcontrols:SettingsCard.HeaderIcon> |
|
52 | 52 | <!-- Date settings --> |
53 | 53 | <wctcontrols:SettingsCard |
54 | 54 | HorizontalAlignment="Stretch" |
| 55 | + AutomationProperties.Name="DateSettings" |
55 | 56 | Description="{x:Bind ViewModel.DateFormatSample}" |
56 | 57 | Header="{helpers:ResourceString Name=DateFormat}"> |
57 | 58 | <wctcontrols:SettingsCard.HeaderIcon> |
|
84 | 85 | </wctcontrols:SettingsCard> |
85 | 86 |
|
86 | 87 | <!-- Startup settings --> |
87 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=StartupSettings}"> |
| 88 | + <wctcontrols:SettingsExpander AutomationProperties.Name="AppStartupSettings" Header="{helpers:ResourceString Name=StartupSettings}"> |
88 | 89 | <wctcontrols:SettingsExpander.HeaderIcon> |
89 | 90 | <FontIcon Glyph="" /> |
90 | 91 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
194 | 195 | </wctcontrols:SettingsExpander> |
195 | 196 |
|
196 | 197 | <!-- Switch to new tab --> |
197 | | - <wctcontrols:SettingsCard Header="{helpers:ResourceString Name=AlwaysSwitchToNewlyOpenedTab}"> |
| 198 | + <wctcontrols:SettingsCard AutomationProperties.Name="SwitchToNewTabSetting" Header="{helpers:ResourceString Name=AlwaysSwitchToNewlyOpenedTab}"> |
198 | 199 | <wctcontrols:SettingsCard.HeaderIcon> |
199 | 200 | <FontIcon Glyph="" /> |
200 | 201 | </wctcontrols:SettingsCard.HeaderIcon> |
|
241 | 242 | Text="{helpers:ResourceString Name=SettingsContextMenu/Text}" /> |
242 | 243 |
|
243 | 244 | <!-- Context menu options --> |
244 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=ContextMenuOptions}"> |
| 245 | + <wctcontrols:SettingsExpander AutomationProperties.Name="ContextMenuSettings" Header="{helpers:ResourceString Name=ContextMenuOptions}"> |
245 | 246 | <wctcontrols:SettingsExpander.HeaderIcon> |
246 | 247 | <FontIcon Glyph="" /> |
247 | 248 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
309 | 310 |
|
310 | 311 |
|
311 | 312 | <!-- Overflow Options --> |
312 | | - <wctcontrols:SettingsCard Header="{helpers:ResourceString Name=SettingsContextMenuOverflow}"> |
| 313 | + <wctcontrols:SettingsCard AutomationProperties.Name="ContextMenuOverflowSettings" Header="{helpers:ResourceString Name=SettingsContextMenuOverflow}"> |
313 | 314 | <wctcontrols:SettingsCard.HeaderIcon> |
314 | 315 | <FontIcon Glyph="" /> |
315 | 316 | </wctcontrols:SettingsCard.HeaderIcon> |
|
0 commit comments