Skip to content

Commit

Permalink
Update tests/fundAccountPage.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Iveta <[email protected]>
  • Loading branch information
jeesunikim and quietbits authored Apr 5, 2024
1 parent 4c6dfd6 commit 9b66575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fundAccountPage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
);
Expand Down

0 comments on commit 9b66575

Please sign in to comment.