mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
fix ui testing
This commit is contained in:
parent
5965142dc0
commit
25c1d1e3c8
1 changed files with 2 additions and 0 deletions
|
@ -1374,6 +1374,7 @@
|
||||||
</Pivot.Resources>
|
</Pivot.Resources>
|
||||||
<PivotItem x:Name="HistoryPivotItem"
|
<PivotItem x:Name="HistoryPivotItem"
|
||||||
Margin="0,10,0,0"
|
Margin="0,10,0,0"
|
||||||
|
AutomationProperties.AutomationId="HistoryLabel"
|
||||||
AutomationProperties.Name="{x:Bind HistoryPivotItemUiaName, Mode=OneWay}">
|
AutomationProperties.Name="{x:Bind HistoryPivotItemUiaName, Mode=OneWay}">
|
||||||
<PivotItem.Header>
|
<PivotItem.Header>
|
||||||
<TextBlock AccessKey="{utils:ResourceString Name=HistoryLabel/AccessKey}"
|
<TextBlock AccessKey="{utils:ResourceString Name=HistoryLabel/AccessKey}"
|
||||||
|
@ -1384,6 +1385,7 @@
|
||||||
</PivotItem>
|
</PivotItem>
|
||||||
<PivotItem x:Name="MemoryPivotItem"
|
<PivotItem x:Name="MemoryPivotItem"
|
||||||
Margin="0,10,0,0"
|
Margin="0,10,0,0"
|
||||||
|
AutomationProperties.AutomationId="MemoryLabel"
|
||||||
AutomationProperties.Name="{x:Bind MemoryPivotItemUiaName, Mode=OneWay}">
|
AutomationProperties.Name="{x:Bind MemoryPivotItemUiaName, Mode=OneWay}">
|
||||||
<PivotItem.Header>
|
<PivotItem.Header>
|
||||||
<TextBlock AccessKey="{utils:ResourceString Name=MemoryLabel/AccessKey}"
|
<TextBlock AccessKey="{utils:ResourceString Name=MemoryLabel/AccessKey}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue