From 4c6dfd6d0a9194d78a0b23906f7f716da8a01f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jeesun=20=EC=A7=80=EC=84=A0?= Date: Fri, 5 Apr 2024 20:59:42 +0200 Subject: [PATCH] Update tests/fundAccountPage.test.ts Co-authored-by: Iveta --- tests/fundAccountPage.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fundAccountPage.test.ts b/tests/fundAccountPage.test.ts index 2b683a02..eaba76a6 100644 --- a/tests/fundAccountPage.test.ts +++ b/tests/fundAccountPage.test.ts @@ -65,7 +65,7 @@ test.describe("Fund Account Page", () => { .getByTestId("fundAccount-buttons") .getByText("Get lumens"); - // Type in an invalid string in 'Public Key' input field + // Type in an valid string in 'Public Key' input field await publicKeyInput.fill(publicKey); await expect(publicKeyInput).toHaveAttribute("aria-invalid", "false");