Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeesun Kim authored and Jeesun Kim committed Apr 15, 2024
1 parent b4c9eb9 commit bc3181d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/createAccountPage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test.describe("Create Account Page", () => {

// Mock the friendbot api call
await page.route(
"*/**/?addr=GDVOT2ALMUF3G54RBHNJUEV6LOAZCQQCARHEVNUPKGMVPWFC4PFN33QR",
"*/**/?addr=GA4X4QMSTEUKWAXXX3TBFRMGWI3O5X5IUUHPKAIH5XKNQ4IBTQ6YSVV3",
async (route) => {
await route.fulfill({
status: 200,
Expand Down
2 changes: 1 addition & 1 deletion tests/fundAccountPage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test.describe("[futurenet/testnet] Fund Account Page", () => {
}) => {
// Get a new public key
const publicKey =
"GA4X4QMSTEUKWAXXX3TBFRMGWI3O5X5IUUHPKAIH5XKNQ4IBTQ6YSVV3";
"GDVOT2ALMUF3G54RBHNJUEV6LOAZCQQCARHEVNUPKGMVPWFC4PFN33QR";
const publicKeyInput = page.locator("#generate-keypair-publickey");
const getLumenButton = page
.getByTestId("fundAccount-buttons")
Expand Down

0 comments on commit bc3181d

Please sign in to comment.