You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In LayeredBrowserIcons that is used on the Debug page, the icon for the regular "Chrome" browser is being used for the "Chrome Beta" browser. This can make the UI look like it is duplicating browsers when it should be showing a unique list.
Desired behavior
Add the correct SVG icon for the "Chrome Beta" browser to the design system and use it in LayeredBrowserIcons.
Current behavior
In
LayeredBrowserIcons
that is used on the Debug page, the icon for the regular "Chrome" browser is being used for the "Chrome Beta" browser. This can make the UI look like it is duplicating browsers when it should be showing a unique list.Desired behavior
Add the correct SVG icon for the "Chrome Beta" browser to the design system and use it in
LayeredBrowserIcons
.For reference, the
cypress-services
repo has a PNG icon that it uses located here: https://github.com/cypress-io/cypress-services/blob/46073cb5c387af3b203404280a1664a85e233b93/frontend/packages/dashboard/src/lib/img/chrome-beta_32x32.pngThe text was updated successfully, but these errors were encountered: