Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mspivak-actionengine committed Jan 9, 2024
1 parent a04376f commit d42fd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/e2e.dashboard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ describe("Dashboard Default View", () => {
});

it("Should go to viewer page from tools description", async () => {
const el = await page.waitForSelector("#viewer-link");
await page.waitForSelector("#viewer-link");
const currentUrl = await clickAndNavigate(page, "#viewer-link", "tileset=");
expect(currentUrl).toBe(
"http://localhost:3000/viewer?tileset=san-francisco-v1_7"
Expand Down

0 comments on commit d42fd84

Please sign in to comment.