File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ impl SeleniumManager for EdgeManager {
290290 "mac64"
291291 }
292292 } else if LINUX . is ( os) && ARM64 . is ( arch) {
293- return Err ( anyhow ! ( "Linux arm64 is not supported yet by Google Chrome . Please try another browser." ) ) ;
293+ return Err ( anyhow ! ( "Linux arm64 is not supported yet by Microsoft Edge . Please try another browser." ) ) ;
294294 } else {
295295 "linux64"
296296 } ;
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ mod common;
2929#[ case( "edge" ) ]
3030fn browser_latest_download_test ( #[ case] browser : String ) {
3131 if browser. eq ( "edge" ) && OS . eq ( "windows" ) {
32- return
32+ return ;
3333 } else if OS . eq ( "linux" ) && ARCH . eq ( "aarch64" ) && !browser. eq ( "firefox" ) {
34- return
34+ return ;
3535 }
3636
3737 let mut cmd = get_selenium_manager ( ) ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ fn browser_version_test(
4242 #[ case] driver_version : String ,
4343) {
4444 if OS . eq ( "linux" ) && ARCH . eq ( "aarch64" ) && !browser. eq ( "firefox" ) {
45- return
45+ return ;
4646 }
4747
4848 let mut cmd = get_selenium_manager ( ) ;
You can’t perform that action at this time.
0 commit comments