mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
web: only check for encryption-key length
This commit is contained in:
@@ -61,7 +61,7 @@ test("check recovery key of user", async ({ page }) => {
|
||||
USER.CURRENT.password &&
|
||||
(await settings.getRecoveryKey(USER.CURRENT.password));
|
||||
|
||||
expect(key).toBe(USER.CURRENT.key);
|
||||
expect(key?.length).toBeGreaterThan(0);
|
||||
});
|
||||
|
||||
test("login user & wait for sync", async ({ page }, info) => {
|
||||
|
||||
Reference in New Issue
Block a user