File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 46
46
"cozy-realtime" : " 4.2.9" ,
47
47
"cozy-sharing" : " 4.5.2" ,
48
48
"cozy-stack-client" : " ^34.1.5" ,
49
- "cozy-ui" : " ^78.1.1 " ,
49
+ "cozy-ui" : " ^79.3.0 " ,
50
50
"date-fns" : " 2.28.0" ,
51
51
"es-abstract" : " 1.20.2" ,
52
52
"form-data" : " 2.5.1" ,
Original file line number Diff line number Diff line change @@ -42,6 +42,15 @@ jest.mock('react-router-dom', () => ({
42
42
withRouter : children => children
43
43
} ) )
44
44
45
+ jest . mock ( 'cozy-device-helper' , ( ) => ( {
46
+ isFlagshipApp : jest . fn ( ) ,
47
+ getFlagshipMetadata : jest . fn ( ) . mockReturnValue ( {
48
+ immersive : jest . fn ( )
49
+ } ) ,
50
+ isAndroidApp : jest . fn ( ) ,
51
+ isIOS : jest . fn ( )
52
+ } ) )
53
+
45
54
describe ( 'App' , ( ) => {
46
55
it ( 'should keep backgroundImage fixed on Flagship app scroll' , ( ) => {
47
56
// Given
Original file line number Diff line number Diff line change @@ -5986,10 +5986,10 @@ cozy-stack-client@^34.1.5:
5986
5986
mime "^2.4.0"
5987
5987
qs "^6.7.0"
5988
5988
5989
- cozy-ui@^78.1.1 :
5990
- version "78.1.1 "
5991
- resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-78.1.1 .tgz#cd31ccf190ae635e7126c239cdafc332d68d15c5 "
5992
- integrity sha512-ukYPEqPZ0ttVqRVef7s0o2xWhMXoX/5VOvpbDEoebprhCo67QQ5THOImMJffgOFH5HKbemhFNZ897XlcxvoyGQ ==
5989
+ cozy-ui@^79.3.0 :
5990
+ version "79.3.0 "
5991
+ resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-79.3.0 .tgz#9915a3f1aab474b00dc4033d907a31fabb2d1c08 "
5992
+ integrity sha512-OR9KZF9i+alc2sWC7gG2lNuBqiIjJnxkctwt44mK1jWHpQWrQ/4d4HhOcwAcDoAkIWiQyLvmiZivfZVZ3fL/QQ ==
5993
5993
dependencies:
5994
5994
"@babel/runtime" "^7.3.4"
5995
5995
"@material-ui/core" "4.12.3"
@@ -11764,9 +11764,9 @@ msgpack5@^4.0.2:
11764
11764
readable-stream "^2.3.6"
11765
11765
safe-buffer "^5.1.2"
11766
11766
11767
- "mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
11767
+ "mui-bottom-sheet@git+ https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
11768
11768
version "1.0.8"
11769
- resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
11769
+ resolved "git+ https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
11770
11770
dependencies:
11771
11771
"@juggle/resize-observer" "^3.1.3"
11772
11772
jest-environment-jsdom-sixteen "^1.0.3"
You can’t perform that action at this time.
0 commit comments