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 9, 2024
1 parent 5d8c3ef commit 74c2526
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 @@ -131,7 +131,7 @@ test.describe("[futurenet/testnet] Fund Account Page", () => {

// Type in an invalid string in 'Public Key' input field
await publicKeyInput.fill(
"GBX6W44ISK6XTBDDJ5ND6KTJHLYEYHMR4SDG635NRARYVJ3G2YXGDT6Y",
"GDVOT2ALMUF3G54RBHNJUEV6LOAZCQQCARHEVNUPKGMVPWFC4PFN33QR",
);

await expect(publicKeyInput).toHaveAttribute("aria-invalid", "false");
Expand Down

0 comments on commit 74c2526

Please sign in to comment.