Skip to content

Commit 2fa4c8e

Browse files
fix: move AutomationId='SalesAnalysis' from Label to Frame so UIAutomator2 can find it
Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com>
1 parent 0af7785 commit 2fa4c8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TransactionProcessor.Mobile/Pages/Reports/ReportsSalesAnalysisPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<Grid RowDefinitions="auto,auto,*,auto" BackgroundColor="{StaticResource pageBackgroundColor}">
6565

6666
<!-- Header -->
67-
<Frame Grid.Row="0" Style="{StaticResource PageHeaderStyle}">
68-
<Label Text="{Binding Title}" Style="{StaticResource HeaderTitleStyle}" AutomationId="SalesAnalysis"/>
67+
<Frame Grid.Row="0" Style="{StaticResource PageHeaderStyle}" AutomationId="SalesAnalysis">
68+
<Label Text="{Binding Title}" Style="{StaticResource HeaderTitleStyle}"/>
6969
</Frame>
7070

7171
<!-- Date picker -->

0 commit comments

Comments
 (0)