mobile: fix file size is 0 errors when downloading attachments #2556
Annotations
7 errors
__e2e__/sync.test.js > edge case 2: new items added while push is running:
packages/core/__e2e__/sync.test.js#L147
AssertionError: expected 6 to be 4 // Object.is equality
- Expected
+ Received
- 4
+ 6
❯ __e2e__/sync.test.js:147:47
|
__e2e__/sync.test.js > edge case 2: new items added while push is running:
packages/core/__e2e__/sync.test.js#L147
AssertionError: expected 4 to be 3 // Object.is equality
- Expected
+ Received
- 3
+ 4
❯ __e2e__/sync.test.js:147:47
|
__e2e__/sync.test.js > case 4: local content changed after remote content should create a conflict:
packages/core/__e2e__/sync.test.js#L214
AssertionError: expected 0 to be greater than 0
❯ __e2e__/sync.test.js:214:52
|
__e2e__/sync.test.js > case 4: local content changed after remote content should create a conflict:
packages/core/__e2e__/sync.test.js#L214
AssertionError: expected 0 to be greater than 0
❯ __e2e__/sync.test.js:214:52
|
__e2e__/user-manager.test.js > login user after entering incorrect password once:
packages/core/__e2e__/user-manager.test.js#L92
AssertionError: expected [Function] to throw error matching /Password is incorrect./ but got 'invalid_grant'
- Expected:
/Password is incorrect./
+ Received:
"invalid_grant"
❯ __e2e__/user-manager.test.js:92:7
|
__e2e__/user-manager.test.js > login user after entering incorrect password once:
packages/core/__e2e__/user-manager.test.js#L92
AssertionError: expected [Function] to throw error matching /Password is incorrect./ but got 'invalid_grant'
- Expected:
/Password is incorrect./
+ Received:
"invalid_grant"
❯ __e2e__/user-manager.test.js:92:7
|
test
Process completed with exit code 1.
|