test(omni-skills): update e2e path /dashboard/skills → /dashboard/omni-skills

This commit is contained in:
diegosouzapw
2026-05-27 21:24:10 -03:00
parent 99ccc35b93
commit 33c9b2b96c

View File

@@ -137,7 +137,7 @@ test.describe("Skills marketplace", () => {
});
});
await gotoDashboardRoute(page, "/dashboard/skills", {
await gotoDashboardRoute(page, "/dashboard/omni-skills", {
timeoutMs: NAVIGATION_TIMEOUT_MS,
});