From 33c9b2b96c9063f3fe4ec0190597854916a1852a Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Wed, 27 May 2026 21:24:10 -0300 Subject: [PATCH] =?UTF-8?q?test(omni-skills):=20update=20e2e=20path=20/das?= =?UTF-8?q?hboard/skills=20=E2=86=92=20/dashboard/omni-skills?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/e2e/skills-marketplace.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });