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 {
120
120
line . startsWith ( 'org.mozilla.fennec' ) ||
121
121
line . startsWith ( 'org.mozilla.fenix' ) ||
122
122
line . startsWith ( 'org.mozilla.geckoview' ) ||
123
- line . startsWith ( 'org.mozilla.firefox' )
123
+ line . startsWith ( 'org.mozilla.firefox' ) ||
124
+ line . startsWith ( 'org.mozilla.reference.browser' )
124
125
) ;
125
126
} ) ;
126
127
}
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ function prepareSelectedDeviceAndAPKParams(
114
114
discoverInstalledFirefoxAPKs : sinon . spy ( ( ) => Promise . resolve ( [
115
115
'org.mozilla.fennec' , 'org.mozilla.firefox' ,
116
116
'org.mozilla.fenix' , 'org.mozilla.fenix.nightly' ,
117
+ 'org.mozilla.reference.browser' ,
117
118
] ) ) ,
118
119
getAndroidVersionNumber : sinon . spy ( ( ) => Promise . resolve ( 20 ) ) ,
119
120
amForceStopAPK : sinon . spy ( ( ) => Promise . resolve ( ) ) ,
You can’t perform that action at this time.
0 commit comments