diff --git a/tests/fundAccountPage.test.ts b/tests/fundAccountPage.test.ts index eaba76a6..bb997831 100644 --- a/tests/fundAccountPage.test.ts +++ b/tests/fundAccountPage.test.ts @@ -108,7 +108,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( "GBX6W44ISK6XTBDDJ5ND6KTJHLYEYHMR4SDG635NRARYVJ3G2YXGDT6Y", );