Fix playwright tests

This commit is contained in:
David Baker
2025-01-28 17:15:44 +00:00
parent 4db196e6bd
commit 98114c8060
6 changed files with 1 additions and 3 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB