Skip to content

Commit

Permalink
Updated BraveAppMenuModelBrowserTest.MenuItemsHaveIcons test.
Browse files Browse the repository at this point in the history
We do not currently have an icon for the Password Manager menu item.
Disable that command ID in the test.
  • Loading branch information
mkarolin committed Sep 6, 2023
1 parent c0c0dd1 commit 6383fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/ui/toolbar/brave_app_menu_model_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ void CheckMenuIcons(ui::MenuModel* menu,
int submenu_depth,
std::u16string path = u"") {
constexpr int kIconlessCommands[] = {
IDC_VIEW_PASSWORDS,
// Header, with no icon
IDC_RECENT_TABS_NO_DEVICE_TABS,
// Header, with no icon
Expand Down

0 comments on commit 6383fbb

Please sign in to comment.