Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeesunikim committed Jan 17, 2025
1 parent 6761266 commit c999cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/feeBumpPage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test.describe("Fee Bump Page", () => {
await expect(viewButton).toBeVisible();
await viewButton.click();

await page.waitForURL("**/xdr");
await page.waitForURL("**/xdr/view");

await expect(page.locator("h1")).toHaveText("View XDR");
await expect(page.getByLabel("Base-64 encoded XDR")).toHaveText(MOCK_XDR);
Expand Down

0 comments on commit c999cdf

Please sign in to comment.