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 b483f09 commit 4c6dfd6
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 @@ -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");
Expand Down

0 comments on commit 4c6dfd6

Please sign in to comment.