diff --git a/tests/e2e/skills-marketplace.spec.ts b/tests/e2e/skills-marketplace.spec.ts index f37e992c68..4fa3fd2590 100644 --- a/tests/e2e/skills-marketplace.spec.ts +++ b/tests/e2e/skills-marketplace.spec.ts @@ -137,7 +137,7 @@ test.describe("Skills marketplace", () => { }); }); - await gotoDashboardRoute(page, "/dashboard/skills", { + await gotoDashboardRoute(page, "/dashboard/omni-skills", { timeoutMs: NAVIGATION_TIMEOUT_MS, });