diff --git a/frontend/testing/playwright/helpers/RouterRoute.ts b/frontend/testing/playwright/helpers/RouterRoute.ts index 8fb031c2e88..04a354ca238 100644 --- a/frontend/testing/playwright/helpers/RouterRoute.ts +++ b/frontend/testing/playwright/helpers/RouterRoute.ts @@ -18,7 +18,7 @@ type RouterRoutes = Record; const routerRoutes: RouterRoutes = { altinnLoginPage: '/', - dashboard: '/dashboard', + dashboard: '/dashboard/self', dashboardCreateApp: '/dashboard/self/new', deploy: '/editor/{{org}}/{{app}}/deploy', editorOverview: '/editor/{{org}}/{{app}}/overview',