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");