Fix... bad merge?
This commit is contained in:
@@ -63,7 +63,9 @@ test.describe("Advanced section in Encryption tab", () => {
|
|||||||
await expect(section.getByRole("button", { name: "Reset cryptographic identity" })).toBeVisible();
|
await expect(section.getByRole("button", { name: "Reset cryptographic identity" })).toBeVisible();
|
||||||
|
|
||||||
// After resetting the identity, the user should set up a new recovery key
|
// After resetting the identity, the user should set up a new recovery key
|
||||||
await expect(page.getByRole("checkbox", { name: "Allow key storage" })).not.toBeChecked();
|
await expect(
|
||||||
|
util.getEncryptionRecoverySection().getByRole("button", { name: "Set up recovery" }),
|
||||||
|
).toBeVisible();
|
||||||
|
|
||||||
await checkDeviceIsCrossSigned(app);
|
await checkDeviceIsCrossSigned(app);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user