Do not prompt for a password when doing a „reset all“ after login (#10208)
This commit is contained in:
parent
26652138bd
commit
eb6278df1d
7 changed files with 202 additions and 14 deletions
|
@ -102,6 +102,8 @@ export function createTestClient(): MatrixClient {
|
|||
getDevices: jest.fn().mockResolvedValue({ devices: [{ device_id: "ABCDEFGHI" }] }),
|
||||
getSessionId: jest.fn().mockReturnValue("iaszphgvfku"),
|
||||
credentials: { userId: "@userId:matrix.org" },
|
||||
bootstrapCrossSigning: jest.fn(),
|
||||
hasSecretStorageKey: jest.fn(),
|
||||
|
||||
store: {
|
||||
getPendingEvents: jest.fn().mockResolvedValue([]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue