diff --git a/adminfront/playwright.config.ts b/adminfront/playwright.config.ts
index 7164d276..f4bfe8e1 100644
--- a/adminfront/playwright.config.ts
+++ b/adminfront/playwright.config.ts
@@ -13,6 +13,10 @@ import { defineConfig, devices } from "@playwright/test";
*/
export default defineConfig({
testDir: "./tests",
+ timeout: 60 * 1000,
+ expect: {
+ timeout: 15000,
+ },
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
@@ -29,7 +33,8 @@ export default defineConfig({
baseURL: "http://localhost:5173",
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
- trace: "on-first-retry",
+ trace: "retain-on-failure",
+ locale: "ko-KR",
},
/* Configure projects for major browsers */
@@ -55,5 +60,6 @@ export default defineConfig({
command: "npm run dev",
url: "http://localhost:5173",
reuseExistingServer: !process.env.CI,
+ timeout: 120 * 1000,
},
});
diff --git a/adminfront/src/app/routes.tsx b/adminfront/src/app/routes.tsx
index 2117b8fe..5026833f 100644
--- a/adminfront/src/app/routes.tsx
+++ b/adminfront/src/app/routes.tsx
@@ -6,7 +6,6 @@ import AuditLogsPage from "../features/audit/AuditLogsPage";
import AuthCallbackPage from "../features/auth/AuthCallbackPage";
import AuthPage from "../features/auth/AuthPage";
import LoginPage from "../features/auth/LoginPage";
-import DashboardPage from "../features/dashboard/DashboardPage";
import GlobalOverviewPage from "../features/overview/GlobalOverviewPage";
import { TenantAdminsAndOwnersTab } from "../features/tenants/routes/TenantAdminsAndOwnersTab";
import TenantCreatePage from "../features/tenants/routes/TenantCreatePage";
@@ -35,7 +34,6 @@ export const router = createBrowserRouter(
element:
+ {t( + "ui.admin.profile.manageable_tenants", + "Manageable Tenants", + )} +
+