File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
tests/unit/test-extension-runners Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ export default class ADBUtils {
120120 line . startsWith ( 'org.mozilla.fennec' ) ||
121121 line . startsWith ( 'org.mozilla.fenix' ) ||
122122 line . startsWith ( 'org.mozilla.geckoview' ) ||
123- line . startsWith ( 'org.mozilla.firefox' )
123+ line . startsWith ( 'org.mozilla.firefox' ) ||
124+ line . startsWith ( 'org.mozilla.reference.browser' )
124125 ) ;
125126 } ) ;
126127 }
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ function prepareSelectedDeviceAndAPKParams(
114114 discoverInstalledFirefoxAPKs : sinon . spy ( ( ) => Promise . resolve ( [
115115 'org.mozilla.fennec' , 'org.mozilla.firefox' ,
116116 'org.mozilla.fenix' , 'org.mozilla.fenix.nightly' ,
117+ 'org.mozilla.reference.browser' ,
117118 ] ) ) ,
118119 getAndroidVersionNumber : sinon . spy ( ( ) => Promise . resolve ( 20 ) ) ,
119120 amForceStopAPK : sinon . spy ( ( ) => Promise . resolve ( ) ) ,
You can’t perform that action at this time.
0 commit comments