diff --git a/src/App/Pages/Generator/GeneratorHistoryPage.xaml b/src/App/Pages/Generator/GeneratorHistoryPage.xaml index e1a7f7733..8fbe19930 100644 --- a/src/App/Pages/Generator/GeneratorHistoryPage.xaml +++ b/src/App/Pages/Generator/GeneratorHistoryPage.xaml @@ -27,7 +27,8 @@ Clicked="Clear_Clicked" Order="Secondary" x:Name="_clearItem" - x:Key="clearItem" /> + x:Key="clearItem" + AutomationId="ClearPasswordList" /> + HorizontalTextAlignment="Center" + AutomationId="NoPasswordsDisplayedLabel"> + ColumnSpacing="10" + AutomationId="GeneratedPasswordRow"> @@ -71,12 +74,14 @@ Grid.Column="0" Grid.Row="0" StyleClass="list-title, list-title-platform, text-html" - Text="{Binding Password, Mode=OneWay, Converter={StaticResource coloredPassword}}" /> + Text="{Binding Password, Mode=OneWay, Converter={StaticResource coloredPassword}}" + AutomationId="GeneratedPasswordValue" />