Skip to content

Commit 9717c2f

Browse files
committed
icon update
1 parent 050b1d8 commit 9717c2f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/app/src/debug/LayeredBrowserIcons.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { IconBrowserChrome,
3333
// Note: These browser names should map to the list of logoPaths found at https://github.com/cypress-io/cypress-services/blob/46073cb5c387af3b203404280a1664a85e233b93/packages/common/src/logos/getLogoPath.ts
3434
// Some of these are currently incorrect (ex: CHROME-CANARY).
3535
// We are also missing browsers from the list as well
36-
export type BrowserType = 'CHROME' | 'SAFARI' | 'FIREFOX' | 'CHROME-CANARY' | 'CHROME BETA' | 'EDGE' | 'WEBKIT' | 'ELECTRON'
36+
export type BrowserType = 'CHROME' | 'CHROME BETA' | 'CANARY' | 'CHROME CANARY' | 'CHROME-FOR-TESTING' | 'CUSTOM-CHROME-FOR-TESTING' | 'SAFARI' | 'FIREFOX' | 'EDGE' | 'WEBKIT' | 'ELECTRON'
3737
3838
interface LayeredProps {
3939
browsers: BrowserType[]
@@ -57,7 +57,10 @@ const results = computed(() => {
5757
const BROWSER_MAP: Record<BrowserType, any> = {
5858
'CHROME': IconBrowserChrome,
5959
'CHROME BETA': IconBrowserChromeBeta,
60-
'CHROME-CANARY': IconBrowserChromeCanary,
60+
'CANARY': IconBrowserChromeCanary,
61+
'CHROME CANARY': IconBrowserChromeCanary,
62+
'CHROME FOR TESTING': IconBrowserChrome,
63+
'CUSTOM CHROME FOR TESTING': IconBrowserChrome,
6164
'SAFARI': IconBrowserSafari,
6265
'FIREFOX': IconBrowserMozillaFirefox,
6366
'EDGE': IconBrowserEdge,

0 commit comments

Comments
 (0)