@@ -67,15 +67,15 @@ describe("SupportedBrowser", () => {
6767 // Safari 26.0 on macOS
6868 "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_2) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" ,
6969 // Latest Firefox on macOS Sonoma
70- "Mozilla/5.0 (Macintosh; Intel Mac OS X 15.7; rv:145 .0) Gecko/20100101 Firefox/147 .0" ,
70+ "Mozilla/5.0 (Macintosh; Intel Mac OS X 15.7; rv:150 .0) Gecko/20100101 Firefox/150 .0" ,
7171 // Latest Edge on Windows
7272 "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.3856.84" ,
7373 // Latest Edge on macOS
7474 "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.3856.84" ,
7575 // Latest Firefox on Windows
76- "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147 .0) Gecko/20100101 Firefox/147 .0" ,
76+ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:150 .0) Gecko/20100101 Firefox/150 .0" ,
7777 // Latest Firefox on Linux
78- "Mozilla/5.0 (X11; Linux i686; rv:147 .0) Gecko/20100101 Firefox/147 .0" ,
78+ "Mozilla/5.0 (X11; Linux i686; rv:150 .0) Gecko/20100101 Firefox/150 .0" ,
7979 // Latest Chrome on Windows
8080 "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36" ,
8181 ] ) ( "should not warn for supported browsers" , testUserAgentFactory ( ) ) ;
0 commit comments