Skip to content

Commit

Permalink
SettingsItemGeneral
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Apr 16, 2023
1 parent 1a27ec4 commit 3baf4d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Files.App/Dialogs/SettingsDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<NavigationView.MenuItems>
<NavigationViewItem
AccessKey="P"
AutomationProperties.AutomationId="SettingsItemPreferences"
AutomationProperties.AutomationId="SettingsItemGeneral"
Content="{helpers:ResourceString Name=General}"
IsSelected="True"
Tag="0">
Expand Down
2 changes: 1 addition & 1 deletion tests/Files.InteractionTests/Tests/SettingsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public void VerifySettingsAreAccessible()

var settingsItems = new string[]
{
"SettingsItemGeneral",
"SettingsItemAppearance",
"SettingsItemPreferences",
"SettingsItemFolders",
"SettingsItemTags",
"SettingsItemAdvanced",
Expand Down

0 comments on commit 3baf4d2

Please sign in to comment.