Skip to content

Commit e795515

Browse files
committed
test(e2e crypto): enter only password
1 parent 2c28180 commit e795515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playwright/e2e/crypto/crypto.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ test.describe("Cryptography", function () {
137137
// Confirm
138138
await encryptionTab.getByRole("button", { name: "Continue" }).click();
139139

140-
// Enter the 4S key
141-
await page.getByPlaceholder("Recovery Key").fill(secretStorageKey);
140+
// Enter the password
141+
await page.getByPlaceholder("Password").fill(aliceCredentials.password);
142142
await page.getByRole("button", { name: "Continue" }).click();
143143

144144
await expect(async () => {

0 commit comments

Comments
 (0)