1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Improved a11y for Field feedback and Secure Phrase input (#10320)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Sebbones
2023-03-08 12:32:50 +01:00
committed by GitHub
parent f60f7a19af
commit 0c1c3f1cde
5 changed files with 78 additions and 3 deletions

View File

@@ -134,5 +134,7 @@ describe("AccessSecretStorageDialog", () => {
"👎 Unable to access secret storage. Please verify that you entered the correct Security Phrase.",
),
).toBeInTheDocument();
expect(screen.getByPlaceholderText("Security Phrase")).toHaveFocus();
});
});