Skip to content

Commit

Permalink
Merge branch 'master' into simulate-tx
Browse files Browse the repository at this point in the history
  • Loading branch information
jeesunikim authored Dec 10, 2024
2 parents 2f07981 + 045f8c4 commit 9f73533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/buildTransaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ test.describe("Build Transaction Page", () => {

// Sequence number
await expect(fetchNextSeqButton).toBeEnabled();
await fetchNextSeqButton.click();

// Base fee
await expect(page.getByLabel("Base fee")).toHaveValue("100");
Expand All @@ -84,6 +83,8 @@ test.describe("Build Transaction Page", () => {
});
});

await fetchNextSeqButton.click();

await expect(page.getByLabel("Transaction Sequence Number")).toHaveValue(
SEQUENCE_NUMBER,
);
Expand Down

0 comments on commit 9f73533

Please sign in to comment.