Skip to content

Commit

Permalink
Fix dashboard URL in Playwright (#13203)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasEng authored Jul 22, 2024
1 parent 12719e1 commit ff68b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/testing/playwright/helpers/RouterRoute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type RouterRoutes = Record<SupportedRoutes, string>;

const routerRoutes: RouterRoutes = {
altinnLoginPage: '/',
dashboard: '/dashboard',
dashboard: '/dashboard/self',
dashboardCreateApp: '/dashboard/self/new',
deploy: '/editor/{{org}}/{{app}}/deploy',
editorOverview: '/editor/{{org}}/{{app}}/overview',
Expand Down

0 comments on commit ff68b2e

Please sign in to comment.